If you add a facebook plugin in your site and comment on it, that comments are stored against a url(i.e. you开发者_开发知识库r site url) and you can retrieve all those comments by using graph api like
I want to use new graph api f开发者_JAVA百科or invite to events like, EVENT_ID/invited/USER_ID1,USER_ID2
When I lint a URL through Facebook\'s Linter / Debugger, it generates a Graph Object structured like [Obj#1] https://graph.facebook.com/380728101301 (I\'m using Facebook\'s IMDB example so it\'s clear
I\'m trying to use the Facebook Graph API to get the latest status from a public page, let\'s say http://www.facebook.com/microsoft
I\'m developing an app which publishes actions to the timeline. On the app settings, I\'ve created the action \"post\" and use the built in object type \"article\".
This question already has answers here: Closed 11 years ago. Possible Duplicate: Facebook Fan Page Tab “Review”: posting via API?
Is there a comprehensive list of all global actions? Is开发者_开发百科 it just the watch/read/play/listen mentioned here: http://developers.facebook.com/docs/reference/plugins/activity2/It seems that
Per the documentation loc开发者_高级运维ated here: https://developers.facebook.com/docs/opengraph/news/
I\'m having trouble (yet again) with returning a list of friends for a specific user开发者_StackOverflow中文版. This is the code:
I have a facebook app and have it working far enough that users can invite friends, but I can\'t seem to delete the noti开发者_JAVA百科fications.