如何检查Oauth-2.0迁移是否完成?
我是一名 Facebook 开发人员,有一个使用 fbconnect 注册功能/按钮进行注册的网站。我们使用以下 SDK:FeatureLoader.js.php/en_US 进行相同的操作。
现在,为了迁移到 Aouth-2.0,我已将“oauth:true”添加到我页面上的 FB.init 函数,并在我的 facebook 应用程序设置中启用了 Oauth 单选按钮。
但是有人可以帮助我如何验证我的应用程序现在是否启用了 Oauth-2.0,因为我也可以在没有“oauth:true”的情况下注册。添加和删除它没有效果?
I am a facebook developer have a site which registers using fbconnect register feature/button. We use following SDK:FeatureLoader.js.php/en_US for the same.
Now to migrate to Aouth-2.0 I have added the "oauth:true" to FB.init function on my page and also enabled the Oauth radio button on my facebook app settings.
But can some body help me out to how I can verify that my app is now Oauth-2.0 enabled as I can register without "oauth:true" as well.No effect of adding and removing it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您启用了沙箱设置。如果是这样,oauth(true 或 false)将起作用。禁用沙盒模式并查看它是否仍然有效。
maybe you have the sandbox settings enabled. If so, oauth (true or false) will function. Disable the Sandbox Mode and look if it still works.