无法在 facebook API 资源管理器中检查 access_token 的 user_actions 权限

发布于 2024-12-23 12:21:39 字数 141 浏览 2 评论 0原文

在权限选择器弹出窗口中,我找不到 user_actions 权限复选框。这很正常吗?

我想为未来的应用程序测试这种请求 /me/music.listens 或 /me/music.playlists 。 现在,返回给我一个空数组。

谢谢

in the permission selector popup i can't find the user_actions permission checkbox. Is that quite normal ?

I want test this kind of request /me/music.listens or /me/music.playlists for a future app.
For now, the return give me an empty array.

Thank you

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

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

发布评论

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

评论(2

千柳 2024-12-30 12:21:39

看看这个网址: http://developers.facebook.com/docs/opengraph/permissions/< /a>

它向您展示了如何请求特定操作或特定应用程序的权限以及一些示例代码。获得令牌后,您可以使用此处的调试工具检查其权限:http://developers.facebook.com /工具/调试

Look at this URL: http://developers.facebook.com/docs/opengraph/permissions/

It shows you how to request permissions for a specific action or a specific app along with some sample code. Once you get the token you can check it's permissions using the debug tool here: http://developers.facebook.com/tools/debug

陌伤浅笑 2024-12-30 12:21:39

您可以使用 DOM 检查器将不需要的权限复选框之一的名称属性更改为“user_actions.music”。

You can use the DOM inspector to change the name attribute of one of the permission checkboxes that you don't need to "user_actions.music".

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