本文介绍了如何使用图形API检查我是否已经在Facebook上发送了任何朋友请求的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
facebook graph API中是否有任何方法可以检查我是否已经向用户发送了好友请求?
Is there any method in facebook graph API to check if I already sent a friend request to a user?
类似UserId_1 = 76,UserId_2 = 55
Something like UserId_1 = 76, UserId_2 = 55
已经发送了朋友请求?(user_id = 76)= true
Already_sent_friend_request?(user_id=76) = true
已经发送了朋友请求?(user_id = 55)=假
Already_sent_friend_request?(user_id=55) = false
推荐答案
Facebook本身添加了一个选项,用于查看已发送/待处理的好友请求.
Facebook itself added an option for seeing sent/pending friend requests.
这篇关于如何使用图形API检查我是否已经在Facebook上发送了任何朋友请求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!