04-26-2017 10:48
04-26-2017 10:48
For a litany of reasons I can not use Composer so all the available nice OAuth2 packages for connecting are unavailable to me. I am needing to connect via Curl and am running into no end of problems that I can't seem to debug.
I am using https://github.com/Webby/Fitbit-API-Client-PHP-OAuth2.0-Authorization-Code to get connected, however no matter what I do when I try to connect I get:
{"errors":[{"errorType":"invalid_grant","message":"Authorization code invalid: a7d2c0ce56a8701a7dd246984db397b75bc6dce2 Visit https://dev.fitbit.com/docs/oauth2 for more information on the Fitbit Web API authorization process."}],"success":false}
Does anyone know what would cause this? I can't get going here and it's a real project killer.
THANKS IN ADVANCE!