How can I send notification using application on Facebook? As I know this function FB blocked several monthes ago, but there are still some applications, which requests are notified me using FB notifications. So how can I make the same? In graph API there is nothing said about it.
|
|
|
The latest way to send "notifications" is through the Request 2.0 implementation. They are no longer referring to them as notifications. Facebook now decides if the user will get a notification in addition to a request or not. |
|||||
|
|
There is a way of doing this, it is extremely hard to find in the documentation and it doesn't work very well (and I think it might even be slightly buggy). http://developers.facebook.com/docs/channels/#requests for some reason it is under the requests section rather than the notifications section. Here is the code example on the page, I tested this and it doesn't result in a red notification icon appearing on the globe notification thing - it just increments the number on the application bookmark on the left hand side of your home page. I imagine this is an extremely inneffective way of getting a message to your users. If you have an app that is not a canvas app (like a page tab app) this actually does nothing as you don't have a bookmark icon for the application.
|
|||
|
|
protected by Bill the Lizard♦ Apr 18 '12 at 12:50
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.