fitbitphp icon indicating copy to clipboard operation
fitbitphp copied to clipboard

Basic wrapper class for OAuth-based Fitbit (http://fitbit.com) REST API. Library handles whole OAuth authorization workflow, optional session handling ("Sign-in with Fitbit" workflow) and has wrappers...

Results 12 fitbitphp issues
Sort by recently updated
recently updated
newest added

Will this code work with Fitbit's new OAuth2 process?

Hi, Trying to setup basics of fitbit-php here. in the php.ini file, i already have curl.cainfo pointing to a cacert.pem file. However - keep getting these errors. Warning: OAuth::getRequestToken(): SSL...

I am trying to pull my data from my fitbit using your code... but I can't seem to get past the following error message: Fatal error: Class 'OAuth' not found...

Active score has been removed from the Fitbit Api: https://groups.google.com/forum/#!msg/fitbit-api/8IRaX6RW7g4/ZpWBKGaMPl0J PR addressing that: https://github.com/heyitspavel/fitbitphp/pull/10

Just wondering if this library will be updated to incorporate the OAuth 2 endpoints and processes Fitbit recently announced? https://wiki.fitbit.com/display/API/OAuth+2.0 https://wiki.fitbit.com/display/API/API-Get-Intraday-Time-Series

I am trying to register an app using the url of: https://localhost. For the callback function, I use: https://localhost/wordpress. When I use php api to invoke the oauth authentication, there...

Hi Pavel, thank you for this great library it helped us a lot. I have one issue and i hope you can help me out. I am retrieving fitbit token...

Hi there, Fitbit API not working any more after the HTTPS call, I tried all but no luck till now. Below I am attaching the code, please look in to...