Facebook 开发关于返回画布 url 的问题
我有一个应用程序,即 apps.facebook.com/myappnamegoeshere/
它的画布 URL 是 subdomain.mysite.com
当 Facebook 想要对我进行身份验证时,它会返回我的画布 URL,但是它在我的 URL 中添加了这样的内容:
subdomain.mysite.com/amegoeshere/?authtoken=bla bla...
自然,我的页面给出 404 错误。
有谁知道如何解决这个问题?
I have an application i.e apps.facebook.com/myappnamegoeshere/
Its canvas URL is i.e subdomain.mysite.com
When Facebook wants to authenticate me it returns my canvas URL, but it addssomething like this to my URL:
subdomain.mysite.com/amegoeshere/?authtoken=bla bla...
My page gives 404 error, naturally.
Does anyone know how to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您的 Facebook 应用程序设置正确,并且画布回调 URL 是您想要的。
-鲁兹贝
Make sure your facebook application settings are correct and the canvas call back url is what you want it to be.
-Roozbeh