We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When calling the api via app.api(x, y, z), and an error occurs due to rate limiting (https://developers.facebook.com/docs/graph-api/overview/rate-limiting), one should be able to inspect the X-App-Usage or X-Ad-Account-Usage header, but I don't see them in the headers.
app.api(x, y, z)
The text was updated successfully, but these errors were encountered:
Try getAppUsage to get the last X-App-Usage. I don't think the code currently handles Ad-Account-Usage.
Sorry, something went wrong.
No branches or pull requests
When calling the api via
app.api(x, y, z)
, and an error occurs due to rate limiting (https://developers.facebook.com/docs/graph-api/overview/rate-limiting),one should be able to inspect the X-App-Usage or X-Ad-Account-Usage header, but I don't see them in the headers.
The text was updated successfully, but these errors were encountered: