You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brunoluigi edited this page Mar 30, 2012
·
2 revisions
me=FbGraph::User.me(ACCESS_TOKEN)page=FbGraph::Page.new(PAGE_ID)# or a Page retrieved using FbGraph::Page.search('fb_graph') as wellme.like?(page)# true if User Liked, false otherwise