php-oauth
php-oauth copied to clipboard
Requesting a pull request on setting up the oauth parameters for Fitbit service.
The issue is that the maximum allowable oauth timestamp is 7 seconds behind when getting the timestamp using new DateTime()
. I solved this by subtracting 7 seconds. I'm not really sure if this the right kind of fix. But input is highly appreciated.