10-29-2014 11:38
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-29-2014 11:38
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I am wondering if it is possible because I am trying to make an app for (the now failed) Kreyos Meteor and I would like to be able to write the steps it counts to fitbit.com

- Labels:
-
Windows Phone
10-29-2014 11:45 - edited 10-29-2014 11:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


10-29-2014 11:45 - edited 10-29-2014 11:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
You can log steps using
https://wiki.fitbit.com/display/API/API-Log-Activity
And then read it with
https://wiki.fitbit.com/display/API/API-Get-Activity-Stats
Senior Software Developer at Fitbit

10-29-2014 11:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-29-2014 11:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-29-2014 11:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-29-2014 11:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-29-2014 14:14 - edited 10-29-2014 14:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
10-29-2014 14:14 - edited 10-29-2014 14:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@FF7CloudsNobody wrote:
And logging it with that API would log the step count?
With logging activities, you would log a distance and a step count is derived based on the user's stride length. I encourage you to give it a try and you will see the exact behavior.
You can use our API Explorer to make all of those API calls: https://wiki.fitbit.com/display/API/API+Explorer

10-29-2014 14:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-29-2014 14:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-29-2014 15:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
10-29-2014 15:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@FF7CloudsNobody wrote:
What I mean by this is my Kreyos Meteor currently reads 9499 steps, within the app it says the same, I want to have that sync over to Fitbit.com so Fitbit reads 9499 steps, can I do this with the current APIs available
You cannot log steps but you can log an activity with distance which we then generate an approximate step count for based on the user's stridge length.
If you log a walking activity with 5 miles for example, you will see that the steps do add towards your total Fitbit step count. Give it a try.

10-29-2014 16:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
10-29-2014 16:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@FF7CloudsNobody wrote:
What I mean by this is my Kreyos Meteor currently reads 9499 steps, within the app it says the same, I want to have that sync over to Fitbit.com so Fitbit reads 9499 steps, can I do this with the current APIs available
Edit correction, yes you can log steps. Take a look at:
https://wiki.fitbit.com/display/API/API-Log-Activity
If you specify walking as the activity, you can send "Steps" as the measurement unit for distance

