Skip to content Skip to sidebar Skip to footer

How To Read The Facebook Notification Count In Android

Hi am working on a project in which i need to show the notification. I used 'NotificationListenerService' and i struct in the facebook notification account I need to show the notif

Solution 1:

Since v2.4 of the Graph API, you can´t access the notifications (or the unread count) anymore. In other words, what you want to achieve is not possible.

Changelog: https://developers.facebook.com/docs/apps/changelog#v2_4

Post a Comment for "How To Read The Facebook Notification Count In Android"