I'm trying to fetch the access token ,as mentioned in the garmin oatuh docs, which is the 3rd step in the authentication process.
im using axios to make request .
Headers i'm passing:
{"Authorization": "OAuth oauth_consumer_key=\"<key>\", oauth_nonce=\"u0USacSShJztIhhLOF10kRceyqRANqLW\", oauth_signature=\"ES%2BkZW%2BbgtGV9FBBxSjAr1V51QU%3D\", oauth_signature_method=\"HMAC-SHA1\", oauth_timestamp=\"1648204317\", oauth_token=\"24187c4c-81c0-4485-899b-5ae3768b6698\", oauth_verifier=\"r5TN0THkDV\", oauth_version=\"1.0\""}
I really need to keep moving forward with this so i would really appreciate a quick support.
Thanks