Forum Posts

Win desktop app suddenly "Unable to connect"

Problem solved. We isolated the problem to a single line of code that exchanges the Authorization code for the Access Token.  This is a function included in GitHub's Fitbit.Net.  Updating the app to .NET Framework version 4.6.1 resolved this problem....

DrKarl by Jogger
  • 2488 Views
  • 0 replies
  • 0 votes

Authenticate Android Apps with Fitbit

hi, I managed to authenticate UWP app with Fitbit server and obtain access token. However, I am having hard time doing that for an Android App. A pointer to a C# sample for android apps to Authenticate with Fitbit would be greatly appreciated. Thanks...