Skip to content

Commit

Permalink
Merge 041ef04 into ae01838
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeev committed Jan 26, 2015
2 parents ae01838 + 041ef04 commit 19026ca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 19026ca

Please sign in to comment.