I developed a app to read over someones inbox for keywords. If found to give them a score. It worked fine for awhile however now it does not. WHen I try to manually put in the information into the graph api (https://graph.facebook.com/(id)//threads?access_token=(token)) I get this error:
{
“error”: {
“type”: “OAuthException”,
“message”: “(#298) You must be a developer of the application”
}
}
Any ideas on how to fix this issue?
It sounds like your application got disabled, potentially for violating the terms of service. I would contact the Facebook developer team on their Facebook group. I just tested this API call with my own application and it worked just fine with read_mailbox permissions. Try creating a separate application and trying again.