无法在 facebook API 资源管理器中检查 access_token 的 user_actions 权限
在权限选择器弹出窗口中,我找不到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个网址: 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
您可以使用 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".