Facebook Graph Api 没有重定向到我的回调
我正在按照此处所述的步骤进行授权,但我没有被重定向到我的回调网址。
调用第一个步骤后,我得到以下五个步骤:
- https://graph.facebook.com/oauth/authorize?display=touch&client_id=...&redirect_uri=...
- http://touch.facebook .com/?w2m
- http://touch.facebook.com/login.php?next=http://touch.facebook.com /?w2m&cancel=http://touch.facebook.com/?w2m&fbconnect=0&r39c26cf0&refid=108
如您所见,第五步仅显示登录屏幕。如果我登录,或者我已经登录,我会看到主页。
我使用我的应用程序密钥以及我在 FB 开发人员页面中设置的应用程序的连接 URL。
我做错了什么,为什么我没有重定向到我的网址?
I am following the steps to do the authorization as described here, but I am not redirected to my callback url.
I get the following five steps after calling the first one:
- https://graph.facebook.com/oauth/authorize?display=touch&client_id=...&redirect_uri=...
- http://touch.facebook.com/?w2m
- http://touch.facebook.com/login.php?next=http://touch.facebook.com/?w2m&cancel=http://touch.facebook.com/?w2m&fbconnect=0&r39c26cf0&refid=108
As you see the 5th step just displays the login screen. If I log in, or I am already logged in I am presented with the home page.
I use my application key, and the connect url of the app I've setup in FB Developers page.
What I am doing wrong, why I am not redirected to my url?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嘿,我刚刚因为这个问题而碰壁了两个小时,直到我意识到我使用的是我的应用程序密钥而不是我的应用程序 ID。一旦我解决了这个问题,它就起作用了。
希望有帮助
Hey, I just hit my head to the wall for two hours with this problem, until I realized I was using my Application Key instead of my Application Id. Once I fixed this it worked.
Hope it helps