开发者

Getting permission to read facebook user notifications

开发者 https://www.devze.com 2023-03-23 02:16 出处:网络
my question is quite simple: do开发者_如何转开发es anybody know what permission a facebook application needs from a user in order to be able to read his/her notifications. To read her/his newsfeed for

my question is quite simple: do开发者_如何转开发es anybody know what permission a facebook application needs from a user in order to be able to read his/her notifications. To read her/his newsfeed for example, you need 'read_stream', but there doesn't seem to be anything about notifications on facebook offical list of permissions: http://developers.facebook.com/docs/reference/api/permissions/

Thank you very much!


At the moment you need to use the Old REST API:

http://developers.facebook.com/docs/reference/rest/notifications.get/

http://developers.facebook.com/docs/reference/rest/notifications.getList/

You may also want to look at Requests:

http://developers.facebook.com/docs/channels/#requests


manage_notifications

This permision enables your app to read notifications and mark them as read. For more information visit https://developers.facebook.com/docs/authentication/permissions/

0

精彩评论

暂无评论...
验证码 换一张
取 消