I am a bit confused about the facebook graph api and access tokens. I have created a facebook user and a facebook page. Now I want to write an application that lets the user post a message on the pag
I posted this on the Facebook Dev forum and heard crickets...hopefully stackoverflow is a better bet.
I can use the following https://graph.facebook.com/user_id to get user\'s data (like name, gender etc.).
I\'m trying to post a Facebook status update, using the Facebook iOS API, with a message and a link to a photo that is already on Facebook. I have already obtained the URL of the image using the resul
Calling graph.facebook.com/me/home and it\'s returnin开发者_如何学Cg valid results. However, it\'s not the same as the one I have on facebook. Since my main feed is being filtered by the people I int
hi I am using following code to pop up Facebook application request dialog in my rails application. 开发者_运维百科$(\'#app_request\').live(\"click\", function () {
I have a test page where I am trying to work out the problems of the Facebook Login button.I tried somethin开发者_运维问答g, put things back to how they were, and now the button stopped rendering.
Here is my code: $session = $facebook->getSession(); var_dump($session);/*it says session is perfectly established*/
I have built a rails app using Devise, Omniauth and Koala. With this I have been able开发者_如何学运维 to pull down all of the current user\'s friends:
I am trying to post an image to my own profile using the ActionScript SDK. I have verified that i have the publish_stream and user_photos permissions.