It is possible to accept a friend request with facebook AP开发者_JAVA技巧I ? Not the Javascript SDK ones.Sending and accepting friend requests is not available via the Facebook Graph API for regular
I\'ve been searching this question, and I haven\'t been able to find anything that works.I have an iPhone app that allows users to link their Facebook account.It would look something like this:
I have the following code that would get ur friends list using graph api function getFriendsList(){ $response = $this->api(\'/me/friends\');
How I can accept or decline friend requests of other users via Gr开发者_开发百科aph APIYou can read friend requests by looking at the friend_request table with FQL and the \"read_requests\" extended p
I want an \"Invite Friends\" link on my website where you click it and you get a Facebook dialog that asks you to choose which of your friends you\'d like to invite. Those friends then either get an a
Using the Facebook iOS SDK, how can I get an NSArray of all my friends and send them an invitation to my app? I am specifically looking for the graph path to get all 开发者_JAVA技巧of the friends.With
I am using the FB graph api to get a list of my friends\' friends using: https://graph.facebook.com/<id>/friends?access_token=<token>
I saw your post about sending messages to your Facebook friends via the IOS Facebook sdk, I was wondering if there is a way to send a private message as well to these friends.
Can anyone help me to send message to facebook friends using graph api. I tried $response =开发者_运维百科 $facebook->call_api(\"/me/feed\", \"post\", \"to=john\",\"message=You have a Test messag
I need to get via Facebook connect user\'s info and send 开发者_StackOverflowa private message to all of his friends. Is it possible?Sending private message through api is now possible.