How to send a Facebook notification through their API

后端 未结 5 1120
轻奢々
轻奢々 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:01

    You need to post it to -

    https://graph.facebook.com/

    for example - https://graph.facebook.com/{recipient_userid}/notifications? access_token= ... href= ... & template= ...

提交回复
热议问题