脸书认证

发布于 2024-12-14 08:31:29 字数 303 浏览 1 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陪你到最终 2024-12-21 08:31:29

您只能在本地电脑上进行客户端身份验证。如果您想进行服务器端身份验证,您将需要一个指向您网站的重定向 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文