We will make monitoring server with 100 FITBIT products,
How could collect the information about 100 people by using one server?
Can we need 100 Client consumer keys and 100 Clinet consumer secrets to collect information about 100 people?
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
What mean 'consumer secret pair and 100 access tokens'? I have consumer key and consumer secret..
There are get it? where?
please, help me
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Could you please re-word your question, I do'nt think I 100% understand it.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
@khu0728 wrote:
We will make monitoring server with 100 FITBIT products,
How could collect the information about 100 people by using one server?
Can we need 100 Client consumer keys and 100 Clinet consumer secrets to collect information about 100 people?
Your application will need to request permission from each user. Each user will have their own access token/secret. When you want to request a user's data, your application will need to combines its client key/secret with a user's access token/secret. There is no limit to the number of Fitbit users can use your application.
If you are not comfortable working with OAuth 1.0a, I suggest that you consider purchasing a product like Fitabase.
Best AnswerWhere do i get the access token?
Also I wonder that how can i follow procedure to do that?
please give me a concrete example to understand easily.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
@khu0728 wrote:
Where do i get the access token?
Also I wonder that how can i follow procedure to do that?
please give me a concrete example to understand easily.
The Fitbit API uses OAuth 1.0a. This is an industry standard way for applications to request permission from users. The "authorization flow" is described at https://wiki.fitbit.com/display/API/OAuth+Authentication+in+the+Fitbit+API .
Best Answer