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
Trying to generate an access code for the app, I get an error
My code to connect
api = GraphAPI(app_id=INSTAGRAM_APP_ID,app_secret=INSTAGRAM_APP_SECRET_CODE, application_only_auth=True)
Returning error
FacebookError(code=101,message=Error validating application. Cannot get application info due to a system error.,type=OAuthException,fbtrace_id=A0IOBZ89Nm1tCYi7Xw2GuGJ)
ideas or suggestions?
The text was updated successfully, but these errors were encountered:
Trying to generate an access code for the app, I get an error
My code to connect
Returning error
ideas or suggestions?
The text was updated successfully, but these errors were encountered: