如何知道用户是否授权我在 Facebook 上的应用程序发送应用程序请求而不是墙贴?
我有一个 Facebook 应用程序,它向授权我的应用程序的用户墙发送一些内容,但有些用户没有授权我的应用程序(显然),我想在发送帖子墙之前检查它是否(因为我收到错误),而不是发送发布我想发送申请请求。
如何检查用户是否已经拥有我的应用程序并发送应用程序请求?
I have a Facebook Application that send some contents to users wall that authorized my app, but some users dont have my application authorized(obvious) and i want check if it before send post wall (becuase i get an error) and instead of send a post i want send a application request.
How can check if user already have my app and send an application request?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当他/她开始使用您的应用程序时,您可以通过signed_request检查他/她是否已授权您的应用程序。
否则,除非用户授予offline_access请求,否则当他/她没有使用应用程序时,您无法检查用户是否已经授权。
获取用户日志的最佳方式,然后对登录日志执行操作
you can check from signed_request if he/she has authorized your app when he/she start using your app.
otherwise unless user granted offline_access request, you can't check if user already authorized, while he/she is not using app.
the best way for you to have your user logs, then you do action upon your login logs