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
It would be nice to trigger specific exception when the Graph API Quota are reached...
Today we just receive a 403 Permission error for
data = self.user_data(access_token)\n
File "/usr/local/lib/python3.11/site-packages/social_core/backends/facebook.py", line 84, in user_data\n
in get_json function
While it's not a basic 403 permission error it's actually a Facebook Api Error with
"#4) Application request limit reached"
Having that information would have saved me a lot of time to be honest,
Loic
The text was updated successfully, but these errors were encountered:
Hello,
It would be nice to trigger specific exception when the Graph API Quota are reached...
Today we just receive a 403 Permission error for
data = self.user_data(access_token)\n
File "/usr/local/lib/python3.11/site-packages/social_core/backends/facebook.py", line 84, in user_data\n
in get_json function
While it's not a basic 403 permission error it's actually a Facebook Api Error with
"#4) Application request limit reached"
Having that information would have saved me a lot of time to be honest,
Loic
The text was updated successfully, but these errors were encountered: