Hello,
Currently I'm integrating Fitbit API in iOS. During authentication getting error page "Sorry, the page is following a different trail" [Error Page Link] when call authorize api "https://www.fitbit.com/oauth2/authorize". I follow all instruction as mentioned on fitbit oauth page. I created app on dev.fitbit.com and setup Demo accordingly.
Also I searched this error but not able to find relatable solution.
Here is mentioned details which I used for,
Platform: iOS
Swift: 5
OAuth2.0 Library: OAuthSwift
AuthorizeUrl: "https://www.fitbit.com/oauth2/authorize"
AccessTokenUrl: "https://api.fitbit.com/oauth2/token"
Simulator: Error Page Link
Followed all steps properly and let me know if any other details required from my side.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Just to confirm, when calling the authorize API are you seeing the scopes or fitbit login page, or are you receiving the error message?
Gordon
Hello, @Gordon-C
When calling the authorize API first time able to see login page, after login I got this error message. Also, again calling the authorize API then display error page.
Sunil
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Would you please private message me your entire authorization URL? Let me review it to determine there are no problems.
Thanks!
Best Answer