04-08-2015 20:18 - last edited on 04-09-2015 10:42 by JeremiahFitbit
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-08-2015 20:18 - last edited on 04-09-2015 10:42 by JeremiahFitbit
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I am truly wanting to work with the fitbit api to allow access to my fitbit. I am a college student and inorder to register for an api I need to have an application website. I don't have one I was wondering how can a college student get the api for android?
Answered! Go to the Best Answer.

Accepted Solutions
04-09-2015 10:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



04-09-2015 10:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
The website and organization fields on the app registration page are used so that people authorizing your app know who you are. This information is shown on the OAuth authorization screen. If you don't have a website, use your Fitbit profile URL. It looks like this: https://www.fitbit.com/user/26FWFL and can be found by clicking on your profile photo in the upper right of the Fitbit web app.
If you don't have an organization, use your name.
04-09-2015 10:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



04-09-2015 10:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
The website and organization fields on the app registration page are used so that people authorizing your app know who you are. This information is shown on the OAuth authorization screen. If you don't have a website, use your Fitbit profile URL. It looks like this: https://www.fitbit.com/user/26FWFL and can be found by clicking on your profile photo in the upper right of the Fitbit web app.
If you don't have an organization, use your name.
04-22-2015 08:56
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-22-2015 08:56
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello everyone, I'm making a fitbit app for the first time 🙂 I'm experienced with python and javascript and will probably be developing in conjunction with an android environment
When I try and start the process the registration of application process requires website and other information (organizational website) information. I don't have that yet, do I need to do that before I proceed with experimenting with the fitbit API?
Advice would be appreciated,
-ak2501

04-22-2015 09:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-22-2015 09:00
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@astralkitty2501 I merged your post into another thread where @JeremiahFitbit answered that question for someone else.

04-22-2015 09:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-22-2015 09:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thanks!

04-22-2015 09:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-22-2015 09:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Also, do you know how to change the forum avatar picture?

04-22-2015 09:33
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-22-2015 09:33
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@astralkitty2501 I though came from your main Fitbit profile, but I see you have a picture set there...

01-27-2016 09:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-27-2016 09:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
What about the 'Callback URL'? Can I put some fake url here and change it later too? Thanks!

01-27-2016 10:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



01-27-2016 10:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
@shushi2000 wrote:
What about the 'Callback URL'? Can I put some fake url here and change it later too? Thanks!
You'll need a valid Callback / Redirect URL in order to complete the OAuth 2.0 authorization flow. It could be a custom URL scheme that redirects back to your app (example).
04-23-2018 06:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-23-2018 06:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Continuing with this thread, I'm an individual developer trying to create a clock face that needs access to the intra-day data to implement a display of the reminders to move information. I've got everything working except the reminders to move.
Since I'm an individual I don't have a website so I can use the profile links suggested above. But what is the simplest way to handle the Callback URL? I can register a domain easily enough but what do I have to implement on the server for this to work?
Also, I found the intra-day hourly counters but I don't see where I can find the Reminders to Move configuration information (e.g. start and end hours). Any hints?
Thanks!
John
