Sergey Gorun
Sergey Gorun

Reputation: 13

Accept or decline Friend Request using FB Graph API

How I can accept or decline friend requests of other users via Graph API

Upvotes: 1

Views: 2340

Answers (1)

bkaid
bkaid

Reputation: 52063

You can read friend requests by looking at the friend_request table with FQL and the "read_requests" extended permission. The public API does not support managing those (accepting/denying). There may be a way if you get whitelisted somehow and get access to undocumented API's, but this is pure speculation.

Upvotes: 5

Related Questions