我们如何检查邀请是否已经由用户使用Facebook api多用户选择好友对话框发送给朋友


How can we check whether the invitation sent already to the friend using facebook api multiuser selection friend dialog box by the user?

API 中是否有某些内容,以便我们可以检查邀请是否已发送给该特定朋友?

成功发送请求后,用户将被重定向到

http://example.com/response?request=REQUEST_ID&to=ARRAY_OF_USER_IDS

您将获得所创建请求的请求 ID 和收件人用户 ID 数组。

如果有错误,浏览器将重定向到

 http://example.com/response?error_code=ERROR_CODE&error_msg=ERROR_MSG

有关参考,请查看 http://developers.facebook.com/docs/reference/dialogs/requests/