I\'m building a membershi开发者_如何学Cp website with Facebook Login. I want to display a custom designed stream (like the Live Stream plugin).
I\'m trying to do the following Facebook Query Language query: https://api.facebook.com/method/fql.query?query=SELECT name FROM user WHERE uid IN (SELECT actor_id FROM stream WHERE app_id = 131580206
I am trying to learn how to use the Facebook Open Graph API and have a question on how to determine the object_id of my site.I need this object_id so that I can do other queries, such as I want to get
I have a website with like 50-60 dynamica开发者_JAVA技巧lly generated pages, where I implemented the like button along with open graph protocol (ogp).
I hav开发者_运维问答e implemented Facebook Open Graph Protocol Full Integration following the http://developers.facebook.com/docs/opengraph/ and http://www.websitedesign411.com/blog/facebook-open-grap
Ok so basically I\'d like to be able to query the Facebook Open Graph API with wildcards to build an autocomplete for movies/music/etc.
I have开发者_JAVA百科 implemented Facebook Open Graph Protocol Full Integration following the http://developers.facebook.com/docs/opengraph/ and http://www.websitedesign411.com/blog/facebook-open-grap
I have implemented Facebook Open Graph Protocol Full Integration following the Facebook developers site and here http://www.websitedesign411.com/blog/facebook-open-graph-protocol-full-integration-walk
I am writing an application in Facebook that is meant to be shown through a page tab on my own business page. I need to interact with the viewing user, thus I require extended rights.
I am hoping there is a way to create a facebook page using the open graph API. The documentation only shows API calls I can make once the page exis开发者_C百科ts.