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.
FBGraph
✓ require 'fbgraph'
Authenticate and fetch the current user's profile.
require 'fbgraph'
client = FBGraph::Client.new(client_id: '...', client_secret: '...', token: '...')
me = client.selection.me.info!
puts me.name
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.