fitbit - xamarin/Xamarin.Auth GitHub Wiki
WORK IN PROGRESS - CONSTRUCTION_SITE/BAUSTELLE
[TODO]
- replace one App with 2:
-
Server app
-
Client app
-
private
-
Check:
-
seems like Fitbit requires implementation according to (latest) RFC
fitbit seems to want a
Authorization: Basic xxxxx
header for the access token request?when they do itโs always Base64Encode(clientId + โ:โ + clientsecret)