-
-
Notifications
You must be signed in to change notification settings - Fork 191
Search
etucker edited this page Dec 20, 2011
·
3 revisions
For more details, read “Searching” section here.
http://developers.facebook.com/docs/reference/api/
FbGraph::Post.search('fb_graph')
FbGraph::User.search('fb_graph', :access_token => ACCESS_TOKEN)
FbGraph::Page.search('fb_graph')
FbGraph::Event.search('fb_graph')
FbGraph::Group.search('fb_graph')
FbGraph::Place.search(
'fb_graph',
:center => '35.603009,139.543747',
:distance => 20000,
:access_token => ACCESS_TOKEN
)
FbGraph::Checkin.search(:access_token => ACCESS_TOKEN)
FbGraph::User.me(ACCESS_TOKEN).home(:q => 'fb_graph')