From 5dcb66cadacf3d235fc7eb81ef147831885ef4c0 Mon Sep 17 00:00:00 2001 From: Maksim Surguy Date: Tue, 20 Aug 2013 15:10:28 -0700 Subject: [PATCH] Added instagram to the table --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44ceac6..eedc6e7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The library requires PHP 5.3+ and is PSR-0 compatible. ## Usage ```php -$provider = new \OAuth2\Client\Provider\(array( +$provider = new League\OAuth2\Client\Provider\(array( 'clientId' => 'XXXXXXXX', 'clientSecret' => 'XXXXXXXX', 'redirectUri' => 'http://your-registered-redirect-uri/' @@ -61,5 +61,6 @@ if ( ! isset($_GET['code'])) { | **Facebook** | string | string | string | string | string | string | string | string | string | array (Facebook) | | **Github** | string | string | string | null | null | string | null | null | null | array (Github, [personal])| | **Google** | string | string | string | string | string | string | null | null | string | null | +| **Instagram** | string | string | string | null | null | null | null | string | string | null | -**Notes**: Providers which return URLs sometimes include additional URLs if the user has provided them. These have been wrapped in [] \ No newline at end of file +**Notes**: Providers which return URLs sometimes include additional URLs if the user has provided them. These have been wrapped in []