nike_v2
nike_v2 copied to clipboard
Invalid Access Token
I managed to grab the access token for my account through the test console, but it doesn't seem to recognize it when I paste it into the code. Any help?
person = NikeV2::Person.new(access_token: 'xxx')
Hi ! Same problem here
Hello ! I think you can retrieve your access_token this way : curl 'https://developer.nike.com/services/login' --data-urlencode username='[email protected]' --data-urlencode password='your_password'
Thanks @jumichot! It works like a charm.