Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can Bluetooth connection hit restful API’s

ANSWERED

My application is using Restful API's. So if FitBit watch is not connected to Wifi, can it still sync data via bluetooth and my API's will be called successfully?

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Your application needs a companion, which runs within the Fitbit mobile app.

https://dev.fitbit.com/build/guides/companion/

 

Then you can use the messaging API to send a request from the device to the companion, and the companion can perform the fetch()

https://dev.fitbit.com/build/guides/communications/messaging/

 

View best answer in original post

Best Answer
0 Votes
1 REPLY 1

Your application needs a companion, which runs within the Fitbit mobile app.

https://dev.fitbit.com/build/guides/companion/

 

Then you can use the messaging API to send a request from the device to the companion, and the companion can perform the fetch()

https://dev.fitbit.com/build/guides/communications/messaging/

 

Best Answer
0 Votes