11-15-2015 15:10
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

11-15-2015 15:10
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
2 questions:
a) If I am making an iOS app named "MyFitbitApp", what should the value be for callback URL in the dev.fitbit.com application settings?
b) What should the url scheme in Xcode be for the app?
PS: I'm using the OAuth.io ios sdk found here:
https://github.com/oauth-io/oauth-ios
Thanks
Answered! Go to the Best Answer.
Accepted Solutions
11-17-2015 16:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
11-17-2015 16:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
In general, most iOS apps register a custom url scheme like myapp://fitbit.
11-17-2015 16:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
11-17-2015 16:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
In general, most iOS apps register a custom url scheme like myapp://fitbit.
06-11-2016 10:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-11-2016 10:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi Dan,
Aside from this, what else could you suggest? I tried that but it doesn't recognize my app even though I'm using the correct app name while in development stage.

01-08-2018 23:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-08-2018 23:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
what will be exact redirect_uri. I have tried by using my appname://fitbit, appname://
Am getting error : invalid_request - invalid redirect_uri parameter value

12-16-2018 14:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-16-2018 14:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Don't know if you still need help, but when trying to figure out how to do it this article helped me:
http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html

