请求离线访问被忽略

发布于 2024-12-29 22:33:45 字数 452 浏览 2 评论 0原文

我在定义用户应允许我的应用程序所需的权限时遇到问题。 实际上,仅offline_access 不起作用。

我将其放在应用程序描述(经过身份验证的推荐)中以及当用户请求授权时

$dialog_url = "https://www.facebook.com/dialog/oauth?
client_id=".$app_id
."&redirect_uri=".urlencode($my_url)
."&scope=offline_access" >
."&state=".$_SESSION['state'];

我不明白为什么,当出现 oauth 对话框时,没有询问离线权限!我已经尝试删除并重新安装该应用程序。

有什么建议吗?谢谢

I have a problem to define the required permission an user should allow to my application.
Actually, just the offline_access doesn't work.

I put it in the app description (Authenticated Referrals) and when the user asks for authorization

$dialog_url = "https://www.facebook.com/dialog/oauth?
client_id=".$app_id
."&redirect_uri=".urlencode($my_url)
."&scope=offline_access" >
."&state=".$_SESSION['state'];

I can't understand why, when the oauth dialog appears, no offline permission is asked! i've already tried to remove and reinstall the application.

Any suggestion? thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

深陷 2025-01-05 22:33:45

它已被弃用,请参阅此页面以获取有关现在做什么的说明:https:// /developers.facebook.com/docs/offline-access-deprecation/

it has been deprecated, see this page for an explanation on what to do now: https://developers.facebook.com/docs/offline-access-deprecation/

故事和酒 2025-01-05 22:33:45

根据文档,会提示offline_access在 OAuth 对话框期间的第二页上。您是否点击了第一页,却看不到第二页?

According to the documentation, offline_access will be prompted on a second page during the OAuth dialog. Are you clicking through the first page, and simply not seeing a second page?

北音执念 2025-01-05 22:33:45

未被理解,因为它被忽略了。我有

弃用offline_access = true

为什么他们弃用它?有新的方法吗?

Unedestood because it was ignored. I had the

deprecate offline_access = true

why they deprecated it? Is there a new way to do it?

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