是否可以在添加应用程序时强制输入 Facebook 密码
我想确保我正在开发的应用程序已添加到正确的 FB 帐户。更具体地说,我想确保它不会被错误地添加到以前可能使用过该浏览器的用户的帐户中。
用户首先通过电子邮件链接访问我的应用程序。在某些情况下,他们正在使用的浏览器可能有一个先前使用该浏览器的 FB 用户的活动会话。 FB 会询问他们是否要授予对我的应用程序的访问权限,但这可能是针对以前的用户,而当前用户可能无法识别这一点。
一个明显的解决方案是仅允许用户在可以正确输入其 FB 凭据的情况下添加我的应用程序 - 是否可以这样做 - 仅在用户正确输入其凭据时才允许用户添加应用程序?
I want to ensure that the app I am working on is added to the correct FB account. More specifically, I want to ensure that it is not erroneously added to the account of a user who may have been previously using the browser.
A user first comes to my app via an email link. In some cases, the browser they are using may have an active session for a FB user who was previously using the browser. FB will ask if they want to grant access to my app, but it could be for the previous user and the current user might not recognize this.
An obvious solution is to only permit a user to add my app if they can correctly enter their FB credentials - is it possible to do this - only allow a user to add an app if the user enters their credentials correctly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。您需要这个:https://developers.facebook.com/docs/reauthentication/ :)
Yup. You need this: https://developers.facebook.com/docs/reauthentication/ :)