How to read the facebook notification count in android

岁酱吖の 提交于 2019-12-12 17:27:32

问题


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 notification count in my app.

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

help me to finish this


回答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



来源:https://stackoverflow.com/questions/35570779/how-to-read-the-facebook-notification-count-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!