When I send a request to https://graph.facebook.com/me/home?access_token=(access code goes here) Facebook gives me this error message:
{
"error": {
"type": "OAuthException",
"message": "An unknown error has occurred."
}
}
Every other API call works. If anybody knows anything about this issue, please help me.
Facebook does not have very good error messages…
Apparantly, “An unknown error has occurred” means that I did not have valid permissions to access the user’s news feed.
You have to include “read_stream” in your scope, or else facebook will reject your request with an ambiguous error message.
I <3 you facebook API