Facebook Graph Api me/accounts endpoint returns error

66 views Asked by At

I made a request to the fb graph api using me/accounts endpoint. What should I do?

I changed version (v19.0). https://graph.facebook.com/v19.0/me/accounts?access_token=${access_token} it returns "error": { "message": "(#100) Tried accessing nonexisting field (accounts) on node type (Page)", "type": "OAuthException", "code": 100, "fbtrace_id": "AaGw1Io8UvQ5GtprNlLcP4g" } }

0

There are 0 answers