N
N
NetWay2018-07-18 20:32:11
Django
NetWay, 2018-07-18 20:32:11

Facebook Comments Plugin, Webhooks how to find out the url of the page where the comment was left?

There is a site on Django, Facebook Comments Plugin is attached to the posts, Webhooks is installed, to which comes -

{
  "field": "plugin_comment",
  "value": {
    "created_time": "2018-07-18T17:29:06+0000",
    "message": "Test Comment",
    "from": {
      "name": "Test User",
      "id": "4444444444"
    },
    "id": "4444444444_4444444444"
  }
}

How to find out the url of the page where the comment was left?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
NetWay, 2018-07-23
@NetWay

graph.get_object(id=id_message, fields='permalink_url')

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question