oauth2-client/src/League/OAuth2/Client/Provider
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
..
Eventbrite.php Adding Eventbrite Provider 2014-02-04 09:55:29 +04:00
Facebook.php Add new methods to FB driver. 2013-09-14 12:21:42 +10:00
Github.php Move methods. 2013-09-14 12:25:49 +10:00
Google.php Fixed typos 2014-02-01 22:59:40 +00:00
IdentityProvider.php 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
Instagram.php Added Instagram provider 2013-08-20 15:09:15 -07:00
LinkedIn.php PSR-2 CS Fixes 2013-11-17 21:45:28 -05:00
Microsoft.php Add Microsoft methods. 2013-09-14 12:47:50 +10:00
User.php PSR-2 CS Fixes 2013-11-17 21:45:28 -05:00
Vkontakte.php PSR-2 CS Fixes 2013-11-17 21:45:28 -05:00