Is there a way to deflate through the Graph API?

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?
+8
facebook facebook-graph-api
source share
2 answers

The API exists, but it is now included in the FB Official Applications only now. There is no timeline when it will be available in general.

+8
source share

They make whitelisting api more than official FB apps. For example, Friendly and MyPad ipad applications have functionality and are not official FB applications. You just need to know the right person to talk to. For a good list of people you need to start chatting with, the Facebook development team has a list of employees you could try to contact.

+1
source share

All Articles