I'm trying to develop an application that does a search of content in facebook, example I have a list of keywords, and with these I do the search and facebook will return the content in the form of JSON from where it is published and of course the visibility of each post has to be public to be collected, however when I try to run in the browser the url below does not work, it follows:
Error:
{
"error": {
"message": "(#200) Permissions error",
"type": "OAuthException",
"code": 200
}
}
When I try to pass the access token another error occurs: link
Error
{
"error": {
"message": "(#11) Post search has been deprecated",
"type": "OAuthException",
"code": 11
}
}
Has anyone ever gone through this? Thank you in advance.