lttkgp / R2-D2

Facebook connector for C-3PO
MIT License
7 stars 4 forks source link

Fix data issue from Facebook Graph API #22

Closed parth-paradkar closed 3 years ago

parth-paradkar commented 3 years ago

Due to some changes in the new version of the Graph API, the requests we are sending return the following error facebook: Please reduce the amount of data you're asking for, then retry your request

We might be able to fix this issue by reducing the fields in the request or by making the request in two parts Reference: https://stackoverflow.com/questions/55429860/facebook-api-reduce-the-amount-of-data-youre-asking-for-then-retry-your-requ

parth-paradkar commented 3 years ago

The problem was solved by updating the token with one generated by using a previous version of the API.