Registry / http-client / koala
library3.7.0rbrubygemsunverified

Koala is a lightweight, flexible Ruby SDK for Facebook that supports Graph and REST APIs, OAuth, and realtime updates.

gem install koala
INSTALL
IMPORT
SIG · KOALA
K
koala
http-clientrubyv3.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Koala
require 'koala'

Fetch the current user's Facebook profile using the Graph API.

require 'koala' @graph = Koala::Facebook::API.new('access_token') profile = @graph.get_object('me') puts profile['name']
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.7.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
koala — gem install koala · libregistry