artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
685 stars 217 forks source link

Doesn't work with fitbit #139

Closed phazei closed 9 years ago

phazei commented 9 years ago

Seems there was a bug that breaks the signature that was fixed in https://github.com/Lusitanian/PHPoAuthLib/pull/309 but that's only available on dev-master, and this is currently using ~0.3

phazei commented 9 years ago

In case anyone needs help with the same issue, I was able to fix it by aliasing the version of the latest PHPoAuthLib in my composer file like so:

"lusitanian/oauth": "dev-master as 0.3.5",
davidsneal commented 9 years ago

Thanks for this @phazei !!