Fitbit provider for authentication and data collection.
To install, use composer:
$ composer require jbtcd/fitbit
-
You must first register a Web Application on dev.fitbit.com to get an OAuth ID and secret. Configure the application as:
- OAuth 2.0 Application Type: Server
- Callback URL: https://app-settings.fitbitdevelopercontent.com/simple-redirect.html
-
Put your OAuth 2.0 Client ID and Client Secret into the
Entity\ClientEntity.php
instance.
$ composer run tests
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.