facebook - Why does /USER_ID/feed return an unspecified error? -


few days ago, noticed application stopped working. after debugging found there's problem in call /user_id/feed (including access token, of course)

i found nothing deprecation notice or bug report one. i've tried /user_id/feed connection through explorer , gave me same error

{   "error": {     "message": "an unknown error has occurred.",      "type": "oauthexception",      "code": 1   } } 

is there missed or facebook's problem/bug?

it has been kind of bug, because it's working again without notice.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -