-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hello,
I am experiencing an issue while trying to obtain a User Access Token using the OAuth 2.0 authorization flow. When I attempt to authorize via the following URL:
I am redirected to the homepage instead of being granted access or redirected to my callback URL.
Steps to reproduce:
Go to OAuth URL.
I am redirected to the homepage, not to the callback URL as expected.
Expected Result: The OAuth flow should authorize the application and redirect to the provided callback URL with an authorization code.
Actual Result: I am redirected to the homepage instead of the expected callback.
Additional Information:
The OAuth flow doesn't seem to work as expected.
The authorization URL appears correct, but I keep getting redirected to the homepage without obtaining the User Access Token.
I have followed the documentation and made sure that my client ID and redirect URI are correct.
Please let me know if there's any additional information you need.
Thank you!