07-03-2019 05:45
07-03-2019 05:45
Hello developers!
Is there any demo that can explain to me how to integrate Fitbit into my Spring application. I've found some, but they all involve OAuth instead of oauth2. It would be very helpful if someone could provide me a working demo, so I can figure out how can I access data from Fitbit and integrate it into my app. Thanks in advance!
07-03-2019 08:46
07-03-2019 08:46
Hi @defiancePzg
Have you seen this example?
https://github.com/Stasonis/fitbit-api-example-java
07-04-2019 23:24
07-04-2019 23:24
Yes, i've checked this example and I'm not quite sure that I understood how he sent that client id and client secret. I mean, I saw that he set inside aplication.yml those parameters but i didn't catch where is he passing those parameters to the fitbit authorization page. If you could explain to me i would be grateful to the skies! Thanks in advance