Facebook API. Notification via comments on the social plugin

I have a page with comments of the social plugin , I would like to know if it is possible to notify users who have already commented on the form.

I can subscribe to the function comment.create, but how to send notifications?

I know that actual notifications are no longer possible, but is there any other way? (Perhaps sending a message from the user?). In the format of my page, they will want to know when someone posted a message.

+3
source share
3 answers

I have not tried this, it is just an idea.

https://developers.facebook.com/docs/reference/plugins/comments/ - , Graph API.

:
, , . , , .

:
Facebook . (manage_pages), publish_stream , .

Graph API,

+2

facebook, :

{
  "error": {
    "message": "An unknown error has occurred.",
    "type": "OAuthException"
  }
}

, "" facebook, , / , facebook .

0

WordPress Ultimate Facebook Email Notify. , ... script, .... , :)

0

All Articles