How to send Facebook notifications using api schedule?

Possible duplicate:
How to send a Facebook notification through your API

I have a facebook application that connects to an external calendar built using PHP and MySQL. Some events on this calendar are related to facebook events, some are not. An external calendar system also supports invitations and responses to events.

When a user is invited to an event on a calendar without facebook, I would like to be able to send them some kind of facebook notification stating that there is a new event that they need to respond to. Ideally, this will only be an entry in the notification list that appears in the upper right corner (between the message tooltip and the search box). Otherwise, a feed entry on their home page would be good, but it couldn’t be public anywhere. I can already publish on the user's wall, but this means that the invitation will appear to the public, and some of these events are private.

The site uses the old facebook rest api, but I have already started moving to the new Graph Api and would rather use it if possible, as this is apparently the new preferred way of doing things. However, I could not find a way to send any notification using Graph Api

Any pointers or suggestions would be most welcome.

+3
source share

Source: https://habr.com/ru/post/1749378/


All Articles