12-17-2015 00:24 - last edited on 01-04-2016 17:44 by JeremiahFitbit
12-17-2015 00:24 - last edited on 01-04-2016 17:44 by JeremiahFitbit
At step number 3, after you successfully go through OAuth2 Authentication using the app consumer key and consumer secret, the app creator will get back an access token and access token secret. Are these tokens specifically for the app or for specific users? Basically wondering what it means when you say "you can use these access token and access token secret to make api requests to get data for user A only." And what info do we need to get from user A in order to make api calls on their data (their user id)? Thank you in advance!
Moderator edit: moved to own topic
Answered! Go to the Best Answer.
01-04-2016 17:45
01-04-2016 17:45
OAuth 2.0 access/refresh tokens are specific to each user who authorizes your app. You need to obtain consent from each person whose data you want to access on their behalf.
01-04-2016 17:45
01-04-2016 17:45
OAuth 2.0 access/refresh tokens are specific to each user who authorizes your app. You need to obtain consent from each person whose data you want to access on their behalf.