Reputation: 17
I wanna build a system to push notifications on the users wall when the person is online or not on Facebook.
I will use some kind of "Login button" with offline_access and publish_actions.
But how can i know the user and push to the persons wall when the person is offline?
Upvotes: 1
Views: 400
Reputation: 807
See this documentation , I think it will help : https://developers.facebook.com/docs/app_notifications/
And view this post : Get long live access token from Facebook
Upvotes: 1