I’m trying to publish to facebook from my program, but I’m getting:
{"error":{"type":"OAuthException","message":"(#3) App must be on whitelist"}}
I have the following app permissions:
“offline_access”, “read_stream”, “publish_stream”
Why is this happening?
If you’re trying to “like” something, that function is apparently blocked by Facebook, except for apps in their “whitelist”.