Skip to content
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

FacebookError when trying to get an app access code #271

Open
preske87 opened this issue Oct 20, 2024 · 3 comments
Open

FacebookError when trying to get an app access code #271

preske87 opened this issue Oct 20, 2024 · 3 comments

Comments

@preske87
Copy link

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?

@MerleLiuKun
Copy link
Member

Your app info maybe error, you can check it.

@preske87
Copy link
Author

Hello @MerleLiuKun ,

well where do I get this? Where do I get or set application info?

@MerleLiuKun
Copy link
Member

What do you mean by "INSTAGRAM_APP_ID" here? I couldn’t reproduce the issue, so I suspect it might be related to some settings specific to your app.

You can use this official tool to send requests directly and verify the related operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants