部分服务中断share-external
I'm not receiving posts from the page.
1

Hi,

We want to receive the last couple of posts from the company page on our website. My colleague registered application on developers.facebook.com adding the following privileges - pages_show_list, pages_read_engagement, pages_read_user_content , public_profile and sent me a token. The problem is that I can't get anything with this token. I'm sending a normal GET request from the browser with this token like:

https://graph.facebook.com/141920692306/feed?limit=2&access_token={access_token}

and it doesn't work. Now I get messages that the token has expired, but before that there was this answer:

{ "error": { "message": "Invalid OAuth 2.0 Access Token", "type": "OAuthException", "code": 190, "error_subcode": 2069032, "is_transient": false, "error_user_title": "User Access Token Is Not Supported", "error_user_msg": "A Page access token is required for this call for the new Pages experience.", "fbtrace_id": "AMrhLZN_SnD8ws_4eJtcaY7" } }

and this query https://graph.facebook.com/me/accounts?access_token={user_access_token} returns an empty array "data"

Can anyone tell me how to set this up? Thank you very much

Alexander
提问时间: 周一