08-24-2016 07:10
08-24-2016 07:10
Developer information: unauthorized_client - A "Personal" application is only authorized to request access tokens from the owner of the application.
I have successful get the redirect link something like
But when I trying to login with another email, it give me error.
I can access myself account JSON.
I am using
Implicit Grant Flow
1. How do get access to other user JSON?
Example JSON I request for
"https://api.fitbit.com/1/user/-/activities/steps/date/today/1m.json"
"...../-/ " <- this is for current user, should I change something with that? But how do I authorized that.
Well, I am using Unity C# and plan to built in Android, hope experiance people can help me further......
Answered! Go to the Best Answer.
08-24-2016 15:14
08-24-2016 15:14
A "personal app" can only retrieve the data of the person who registered the app.
If you want to build an app to access other people's data, you have to pick client or server app. If you want intraday data for other people, you'll need to request access for your use case as documented here.
08-24-2016 15:14
08-24-2016 15:14
A "personal app" can only retrieve the data of the person who registered the app.
If you want to build an app to access other people's data, you have to pick client or server app. If you want intraday data for other people, you'll need to request access for your use case as documented here.