nike_v2 icon indicating copy to clipboard operation
nike_v2 copied to clipboard

Invalid Access Token

Open ivycheung opened this issue 10 years ago • 3 comments

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')

ivycheung avatar Sep 30 '14 04:09 ivycheung

Hi ! Same problem here

bdossantos avatar Oct 02 '14 22:10 bdossantos

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'

jumichot avatar Jan 08 '15 21:01 jumichot

Thanks @jumichot! It works like a charm.

ivycheung avatar Jan 27 '15 11:01 ivycheung