Is there a way to push another user through the Graph API? Based on this post , and using Graph Explorer , I send POSTing "/ USERID / pokes", I have given him (both the Graph API application and my application) all the extended permissions, but I still get:
"error": { "message": "(#3) Application does not have the capability to make this API call.", "type": "OAuthException" } }
The previously mentioned messages indicate that the application should be white, but this is apparently a different message; for example, if I try to send a message to my inbox, I get:
{ "error": { "message": "(#3) App must be on whitelist", "type": "OAuthException" } }
So:
- Can I send mk via the graph API?
- If possible, and my application should be whitelisted, where can I request it?
facebook facebook-graph-api
Matt schultz
source share