我可以使用此查询轻松获取未读通知:
https://graph.facebook.com/USER_ID/notifications?access_token=ACCESS_TOKEN
是否可以将所有通知(标记为已读)?
答案 0 :(得分:3)
是的,您可以将参数include_read指定为1以表示您希望接收读取通知。
https://graph.facebook.com/USER_ID/notifications?include_read=1&access_token=ACCESS_TOKEN
答案 1 :(得分:-1)
此链接可能对您有所帮助 http://developers.facebook.com/docs/howtos/notifications-api/
使用API
应用程序可以通过使用app access_token向/ user_id / notifications Graph API发出HTTP POST请求来生成通知。
POST / {recipient_userid} / notifications?access_token = ...& template = ...& href = ...