I want to send a request with the facebook app-graph..
sometimes successfully but sometimes failed with return value:
{
"error": {
"message": "(#2) Failed to create any app request",
"type": "OAuthException",
"code": 2
}
}
please help me .. why did it happen?hehe
You need to send the app-to-user request using the application
access_token. For example:EDIT:
See the facebook documentation for generating an app access_token. The documentation states: