我如何从 Facebook 应用程序中的现有用户那里获得扩展许可
我正在开发一个 facebook 应用程序。现在我需要获得用户的更多许可,例如 user_birthday。是否可以从已添加此应用程序的现有用户那里获取这些权限。或者是否可以再次向他们询问这些权限? 任何人请帮助我...
i am developing a facebook application.now i need to get more permission form user like user_birthday. is it possible to get these permissions from an existing user who has already added this application. or is it possible to ask them these permissions again?
anyone please help me...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是图形 API,那么您可以在创建 facebook 对象后按照以下步骤
在“req_perms”参数中添加新权限它将自动重定向用户以获取新权限
您可以在此处查看相关教程 http://thinkdiff.net /facebook/graph-api-iframe-base-facebook-application-development/
IF you are using the graph api then you can follow these steps after creating the object of facebook
Add new permission in 'req_perms' parameter It will automatically redirect user to get new permissions
You can check the related tutorial here http://thinkdiff.net/facebook/graph-api-iframe-base-facebook-application-development/