How I can accept or decline friend requests of other users via Graph API
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.