I think Facebook changed access_token style or I a开发者_Python百科m doing something really wrong?
Is there a way to tell if posting to a user\'s wall was successful?As in: me = FbGraph::User.me(ACCESS_TOKEN)
In the facebook docs, it says we can specify: AppID|Secret As the application access_token However, when going to https://developers.facebook.com/tools/access_token/the App Token is different. This
I am creating a post with an image link in it. The images are hosted over https. It works for some servers and not for others.
I\'m trying to build an iframe app for my work through which a user can upload a photo to their photos.
I am having a controller where I need 开发者_Python百科issue multiple facebook requests. How do I tell the request appart in this delegate method?
I need to show the newest 5 posts from my facebook application, and I need to avoid running any server-side code. The following worked until this morning:
There is a search API can be used by developers to conveniently query posts, people in Facebook. But 开发者_如何学运维is there a full list of the parameters supported by the Facebook search API?Facebo
I\'m running an App Engine App which is being displayed on a naked domain using Google Apps. When I call the appengine url then the Facebook url debugger gives the correct open graph values.
I am developing a social media monitoring service. And I\'m now trying to fetch the posts and comments from a certain group of users.