Hey guys I am using the facebook graph api to post to a user\'s wall. post_params = {\"access_token\" => \"fbaccesstoken\", \"message\" => \"wall post\"}
I\'ve found what could be a glaring problem with Facebook, or it could be a misunderstanding on my part (hope it\'s the latter). I have an app that uses the graph API to post links to friends walls (f
I want to post a comment on Facebook Page as User. The user is admin of the facebook page. I tried that my app requests the following URL with the user\'s access token.
I need a new permission for my application. How can I extend开发者_Python百科 (reask) permissions?
So I have set up the subscription, and I am receiving the callback with some data. Now what do I do next, all I am seeing is a the persons UID the time it 开发者_JAVA技巧was made and an ID which is th
I use this code, it get all pages the user likes: @user = session[:graph].get_object(\'me\') like = session[:graph].get_connections(\"me\", \"likes\")开发者_Go百科
I have been looking for an answer to this problem for some time now and could not find any answer or hint. I guess my problem must be a basic one, and hope someone can show me the right way.
With Facebook requiring a secure URL for Canvas applications on October 1st, I am using facebook graph api for facebook users to login, I also have a pagetab and iframe app for my site.
I would like t开发者_JAVA技巧o design a UIView to show a particular Facebook fan page\'s newsfeed on my app. Is this possible?Facebook fan pages have RSS feed that you can access programmatically and
I am trying to write a script that will post to my facebook page and I assume all I have to do is modify my code for posting to a users stream.