Search code examples
facebookfacebook-graph-apifacebook-friends

Accept or decline Friend Request using FB Graph API


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


Solution

  • 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.