Facebook API 扩展权限
我的应用程序的扩展权限有问题。 当我没有 facebook 连接会话 (!Facebook::getSession()) 时,我将页面重新加载到 Facebook::getLoginUrl(array())
当 iam 登录 Facebook 时,URL 会自动重新加载到权限确认 URL 中,但没有权限参数。 有人知道我该如何解决这个问题吗?
谢谢VM
I have a problem with extended permissions to my app.
When i have no facebook connection session (!Facebook::getSession()) iam reloading page to Facebook::getLoginUrl(array())
This URL returned is concretly https://www.facebook.com/login.php?api_key=153862711317576&cancel_url=http://www.praguebistro.cz/facebook/chance/web/&display=page&fbconnect=1&next=http://www.praguebistro.cz/facebook/chance/web/&return_session=1&session_version=3&v=1.0&req_perms=read_stream,email,user_photos
When iam logged into Facebook URL is automaticaly reloaded into Permissions confirm URL, but without perms parameters.
Anyone to know how can i fix this?
Thank you V.M.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
已解决 - FB 不理解何时将 URL 编码为实体。我被迫以未编码的方式重新加载它,它的工作就像一个魅力。
Solved - FB does not understand when you'll encode URL into entities. I forced to reload it unencoded and its working like a charm.
如果应用程序已经拥有所有权限请求,Facebook 将默默忽略它们。从您的隐私设置中删除请求的权限,它将按预期工作。
Facebook will ignore all permission requests silently if the application already has them. Remove the requested permissions from your privacy settings and it will work as intended.