Search code examples
unificationengine

Retrieving messages from facebook connector results into 404


After the problems with the twitter connector I tried facebook and also have some problems:

{
  "Status": {
    "facebook": {
      "status": 417,
      "info": "417 Connector returned error: 404 Not Found"
    }

  },
  "messages": {
    "facebook": null
  }
}

Again every other api call works but the connector returns an error from the facebook api when I try to retrieve messages.


Solution

  • As per the documentation the current facebook connector dosen't have receiving capability. Only twitter DM and whatsapp have receiving capability.