oauth2-client/src/League/OAuth2/Client
James Mills 754250d3af When you make requests to the Eventbrite API using oauth2 access_token you need to send an Authorization header field with value of Bearer otherwise you get error.
This is not needed for all the oauth stuff just the last call to the API to fetchUserDetails.

I am not sure if this will brake other requests to other providers or if they will just ignore this extra header?
2014-02-04 10:04:08 +04:00
..
Exception Fixed typos 2014-02-01 22:59:40 +00:00
Grant PSR-2 CS Fixes 2013-11-17 21:45:28 -05:00
Provider When you make requests to the Eventbrite API using oauth2 access_token you need to send an Authorization header field with value of Bearer otherwise you get error. 2014-02-04 10:04:08 +04:00
Token Fixed typos 2014-02-01 22:59:40 +00:00