获取每个应用程序的请求 ID
来自文档:
如果用户在请求上单击“接受”,他们将被发送到发送请求的应用程序的画布 URL。此 URL 将包含一个附加参数 request_ids,它是用户尝试执行操作的请求 ID 的逗号分隔列表: http://apps.facebook.com/[app_name]/?request_ids=[request_ids]
如何在不知道当前应用程序的 id 并从 url 获取它们的情况下获取它们的所有请求 id?
From documentation:
If a user clicks 'Accept' on a request, they will be sent to the canvas URL of the application that sent the request. This URL will contain an additional parameter, request_ids, which is a comma delimited list of Request IDs that a user is trying to act upon:
http://apps.facebook.com/[app_name]/?request_ids=[request_ids]
How to get all request id's for the current app without knowing their id's and getting them from url?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 FQL 查询:
You could use a FQL query: