-
Notifications
You must be signed in to change notification settings - Fork 951
New issue
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
Facebook API rate limit handling #314
Comments
There are no specific functions for rate limiting in the SDK at this time. Please note this issue tracker is primarily for bug reports. For further discussion of this issue or for other general questions about how to use the library, please post to the Google Group. |
My apologies, thanks for the heads up. |
@martey |
|
As stated in Facebook documentation rate limiting entry, Facebook will return a X-App-Usage header if the API usage is too high due to get requests, time of these requests or cputime consumed by these requests.
Is there any way to handle rate limit with the SDK? Or a way to get these values from the SDK?
The text was updated successfully, but these errors were encountered: