From 041ef04e78dd4ace76e5efab135e2aeb65ad47cc Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 26 Jan 2015 16:17:12 +0400 Subject: [PATCH] Remove outdated eventbrite snippet --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 43c03cb..2b7ac3b 100644 --- a/README.md +++ b/README.md @@ -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 {