You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status: 500
Response:
{
"error": {
"code": 1,
"message": "Please reduce the amount of data you're asking for, then retry your request"
}
}
I tried with lesser and more limit values but got the same issue in every run. This has been happening over the past 2-3 weeks. I'm currently using v14, but this issue is happening with v15 and v16 too.
However, I'm able to receive a response for this API request successfully from Postman and FB graph API explorer (saved session link), but it's not working with this SDK
Does anyone know why this is happening or having the same problem?
Thanks
The text was updated successfully, but these errors were encountered:
When the initial call is made, the graph explorer and the postman are giving successful responses, but when we are using the pagination and querying for the next pages, we are running into the same issue (even with a lesser limit). Please check the saved session here
Hi all,
I'm trying to make a call to the assigned_ad_accounts API, with
I'm getting the error response
I tried with lesser and more
limit
values but got the same issue in every run. This has been happening over the past 2-3 weeks. I'm currently using v14, but this issue is happening with v15 and v16 too.However, I'm able to receive a response for this API request successfully from Postman and FB graph API explorer (saved session link), but it's not working with this SDK
Does anyone know why this is happening or having the same problem?
Thanks
The text was updated successfully, but these errors were encountered: