Reputation: 810
I need to send a notification to specific users of my app on facebook. And by notification i mean the red number that appears on the globe on the top, not the one that appears beside the app in the sidebar. Is it possible to send such notifications from my app? If yes, how? I have used the PHP SDK. Thank you!
Upvotes: 0
Views: 2550
Reputation: 35920
As of August 31st 2012 you can send your users notifications:
https://developers.facebook.com/docs/app_notifications/
Upvotes: 1
Reputation: 8285
The only way to send a notification that lights up the globe icon is via a user-to-user request: https://developers.facebook.com/docs/requests/
That can only be used by canvas apps, and also requires popping up a dialog where the user picks the recipients to send the request to.
Upvotes: 1