脸书认证
我正在尝试使用 oauth 验证我的网站(不在任何地方托管,而是在我的桌面上)。我正在寻找检索 access_token 我在 FB 注册了我的应用程序以获取 appid。 在重定向 uri 中,我使用 https://www.facebook.com/connect/login_success.html< /a>.
问题是..当子窗口验证并重定向成功时,我如何从父窗口控制它并从子窗口检索访问令牌。
I am trying to authenticate my website (not hosted anywhere but on my desktop) using oauth. I am looking to retrieve access_token
I registered my app with FB to get the appid.
In the redirect uri I am using https://www.facebook.com/connect/login_success.html.
Problem is .. when the child window authenticates and redirects to a success, how do I control that from the parent window and retrieve the access token from the child window.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只能在本地电脑上进行客户端身份验证。如果您想进行服务器端身份验证,您将需要一个指向您网站的重定向 uri。
You can only do client side authentication on you local pc. If you want to do server side authentication you will need a redirect uri which points to your website.