How to send a Facebook notification through their API

后端 未结 5 1118
轻奢々
轻奢々 2020-12-24 13:42

I asked this on the Facebook Developers Forum with no responses.. How do I send notifications to users so they show up in the Notifications globe icon tab on the top left o

5条回答
  •  自闭症患者
    2020-12-24 14:12

    Apparently facebook activate again the possibility to send notifications :

    https://developers.facebook.com/docs/app_notifications/#ux

    POST /{recipient_userid}/notifications?access_token= … &template= … &href= …

提交回复
热议问题