I'm calling
https://graph.facebook.com/{the id of one of my app's actions}
and getting the following response body:
{
"error": {
"message": "(#100) User must be on whitelist",
"type": "OAuthException",
"code": 100
}
}
I'm an admin on the app in question. Anyone have any idea what this error means?
