GET me/accounts answers with empty data
Hello! We have a problem: We cannot authorize a channel in our service, Wazzup, all permissions are granted, all accesses are granted too. At the same time it does not see, as if there is no connection. The response to our request simply comes back with an empty data field https://developers.facebook.com/tools/explorer/506479607325218/?session_id=6854632167979263
At the same time, if you give access in Facebook itself, at the level of "Access to the page at the Facebook level", everything is connected But there is another problem: to grant access in this way also does not work, Facebook itself does not search for personal pages neither by name, nor by mail, nor by any other way. Could please address this issue?
We are experiencing the same issue, the business_management permission did not help in our case, we've been using the permission for several weeks now and only started to experience this over the weekend.
You need to request the business_management permission and add it to the scopes of your account login flow. The cause is because of this: https://developers.facebook.com/docs/graph-api/changelog/non-versioned-changes/nvc-2023#user-accounts
You need to request the business_management permission and add it to the scopes of your account login flow. The cause is because of this: https://developers.facebook.com/docs/graph-api/changelog/non-versioned-changes/nvc-2023#user-accounts
I'm seeing the same issue. I have a tool that calls {ig-user-id}/media path but the tool suddenly stopped working last September 19th. due to an OAuth error "(#10) Application does not have permission for this action". I guess the issue is related to this. If someone knows how to solve the issue, please share me