2

Hi am working on a project in which i need to show the notification.

I used "NotificationListenerService" and i struct in the facebook notification accountenter image description here

I need to show the notification count in my app.

Need to show inside my app " Facebook has 15 notifications.."

help me to finish this

Edgar prabhu
  • 563
  • 3
  • 21
  • I need to show inside notification in my app, need to get programatically – Edgar prabhu Feb 23 '16 at 07:05
  • Possible duplicate of [How to display unread count to the android app icon?](http://stackoverflow.com/questions/18285155/how-to-display-unread-count-to-the-android-app-icon) – Harshad Feb 23 '16 at 07:07

1 Answers1

2

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

andyrandy
  • 72,880
  • 8
  • 113
  • 130