facebook-friends
Accepting Friend Request with facebook API
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[详细]
2023-04-13 07:28 分类:问答Inviting Facebook friends through iPhone App
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:[详细]
2023-04-07 13:59 分类:问答Send Facebook App Request/Invite using Graph Api
I have the following code that would get ur friends list using graph api function getFriendsList(){ $response = $this->api(\'/me/friends\');[详细]
2023-04-03 17:36 分类:问答Accept or decline Friend Request using FB Graph API
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[详细]
2023-04-03 14:49 分类:问答Using Facebook API to invite friends?
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[详细]
2023-03-28 00:59 分类:问答Facebook iOS SDK - get friends list
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[详细]
2023-03-18 08:24 分类:问答facebook graph api..get friends of friends
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>[详细]
2023-02-25 21:41 分类:问答sending a private message to your friends via Facebook IOS SDK
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.[详细]
2023-02-25 01:23 分类:问答how send message facebook friend through graph api using Accessstoken
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[详细]
2023-01-01 09:48 分类:问答Send private messages to friends
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.[详细]
2022-12-25 20:31 分类:问答