I am making my Oauth process normally, it generates token and secret perfectly, but once I redirect the user to:
`connect.garmin.com/oauthConfirm?oauth_token=${token}&oauth_callback=${callbackUrl}
The user logs in and after that, it shows this error:
An error has occurred. We could not give this application the permissions you requested.
And I realized, when the user logs in, the url adds a ticket query param like this:
connect.garmin.com/.../oauthConfirm
If I manually removed that, it works, but I am running out of ideas, has anyonce experienced this?
