Merge pull request #208 from rakeev/patch-1

Remove outdated eventbrite snippet
oauth1test
Ben Ramsey 2015-01-26 09:42:23 -06:00
commit d28e0489de
1 changed files with 0 additions and 6 deletions

View File

@ -63,12 +63,6 @@ if (!isset($_GET['code'])) {
'code' => $_GET['code']
]);
// If you are using Eventbrite you will need to add the grant_type parameter (see below)
$token = $provider->getAccessToken('authorization_code', [
'code' => $_GET['code'],
'grant_type' => 'authorization_code'
]);
// Optional: Now you have a token you can look up a users profile data
try {