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.
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.
Best Answerwhat will be exact redirect_uri. I have tried by using my appname://fitbit, appname://
Am getting error : invalid_request - invalid redirect_uri parameter value
Best AnswerDon'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
Best Answer