Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

upload new activity from thirdparty

ANSWERED

Hi everybody,

 

I develope my android app.

I want to upload my workout data to fitbit account activity page.

now I can get the access token already by android program.

What should I do now?

I can not get useful infomation to reach my purpose at below website

https://dev.fitbit.com/docs/activity/#activity-logging

 

Can I upload a new activity to fitbit account by android app?

 

 

Thanks

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

When you say "upload a new activity", what do you mean exactly?

 

Here are the docs for creating manual activity logs.

View best answer in original post

Best Answer
0 Votes
5 REPLIES 5

When you say "upload a new activity", what do you mean exactly?

 

Here are the docs for creating manual activity logs.

Best Answer
0 Votes

 

bottom of this website https://www.fitbit.com/activities

there is a botton "Log Activities"

 

I want to create an Activity Record.

 

Can I do this by my-app? my-app uplaod new activity record to fitbit account

 

 

Best Answer
0 Votes

Currently, there is no way to create "Activity Records" that annotate tracker data. You can only create activity logs that overwrite tracker data.

Best Answer
0 Votes

If I want to create activity log

 
GET https://api.fitbit.com/1/user/-/profile.json

Authorization: Bearer MyAccessToken

and add POST Parameters : activityId, activityName,manualCalories..etc

 

Am I right?

Thanks for your reply

 

Best Answer
0 Votes

It works

Thanks

Best Answer
0 Votes