How do I remove a Facebook app notification from the app? -


if post app-to-user notification per docs (https://developers.facebook.com/docs/reference/api/user/#notifications), have 'create' section in docs, i'm wondering if there way can remove them, can apprequests (https://developers.facebook.com/docs/reference/api/user/#apprequests)?

we're building game allows random-user play, need app-to-user communication, don't want use app-to-user apprequest because don't notifications. app-to-user notifications, clutter notification list if you're not able delete them app.

i know in can call https://graph.facebook.com/me/notifications/, need 'manage_notifications' extended permissions that, gives access all notifications, think overkill , unnecessary.

is there other way?


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -