Fitbit API Integration

Component ID

2008030

Component name

Fitbit API Integration

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Hi,

I am working on this module for integrating Fitbit API in Drupal 7.
So, that user can fetch their fitness activities and other health records from Fitbit server.
More information about Fitbit API you can see hereFitbit.

Currently what is working in module:-

1. Customer key and customer secret are to added in core user profile form. where user can save key and secret get stored it in Fitbit database table.
2. Oauth is been integrated with Fitbit Api.
3. All user recent activities are fetched and listed in tabular format. But this thing is going on on the fly.
4. I am working on saving user credentials in fitbit table and making flow like that user have to configure his consumer key and consumer secret only once.

If you have some comments on respective module please update. Also look into the patches/code I have committed.