02-01-2016 19:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-01-2016 19:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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
Answered! Go to the Best Answer.

Accepted Solutions
02-01-2016 20:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



02-01-2016 20:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
When you say "upload a new activity", what do you mean exactly?
Here are the docs for creating manual activity logs.

02-01-2016 20:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



02-01-2016 20:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
When you say "upload a new activity", what do you mean exactly?
Here are the docs for creating manual activity logs.

02-01-2016 21:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-01-2016 21:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

02-01-2016 21:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



02-01-2016 21:18
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Currently, there is no way to create "Activity Records" that annotate tracker data. You can only create activity logs that overwrite tracker data.

02-01-2016 21:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-01-2016 21:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

02-01-2016 22:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-01-2016 22:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
It works
Thanks

