Search Facebook Developers
Docs
Tools
Support
News
Apps
Log In
Created By
Hai Huang
11/26/2012 6:53pm
Subscribers (1)
Tags
ads api
Bugs
Fail to download accounts with error "An unknown error has occurred."
Status:
Duplicate
Priority:
None
Updated:
November 26, 2012 at 8:47pm
Latest response from Facebook
Stephen Doyle
We are already tracking this issue in another bug report. Thanks.
Marked as Duplicate of
"adaccounts" requests doesn'twork for some clients
· November 26, 2012 at 8:47pm
It is ok to use it get user profile but fail to get accounts. Always return such error.
Steps to Reproduce:
https://graph.facebook.com/me/adaccounts?access_token
Expected Behavior:
account data
Actual Behavior:
{
"error": {
"message": "An unknown error has occurred.",
"type": "OAuthException",
"code": 1
}
}
1 person
can reproduce this issue by following these steps
Repro