02-01-2016 19:09
02-01-2016 19:09
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.
02-01-2016 20:26
02-01-2016 20:26
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
02-01-2016 20:26
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
02-01-2016 21:14
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
02-01-2016 21:18
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
02-01-2016 21:36
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
02-01-2016 22:06
It works
Thanks