how can i get user notifications with the new Graph API

后端 未结 4 933
眼角桃花
眼角桃花 2020-12-29 11:20

im making switch to the new Graph API , and i try to replace all the rest api with the new Graph api reading the docs i saw i have some kind of real time function ( im not s

4条回答
  •  青春惊慌失措
    2020-12-29 11:39

    A GraphAPI-way: you can access notifications through USER_ID/notifications, it requires the manage_notifications permission.

    Graph API Explorer example

提交回复
热议问题