From 78aa294db27ddcf24bc2d4c8d22f5d155943283e Mon Sep 17 00:00:00 2001 From: Maksim Surguy Date: Wed, 21 Aug 2013 16:08:28 -0700 Subject: [PATCH] Added Linkedin to the Table and the list of providers --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eedc6e7..922383a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ This library makes it stupidly simple to integrate your application with OAuth 2 * Facebook * Github * Google +* Instagram +* LinkedIn Adding support for other providers is trivial. @@ -62,5 +64,6 @@ if ( ! isset($_GET['code'])) { | **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 | +| **LinkedIn** | string | null | string | null | null | string | string | string | string | string | **Notes**: Providers which return URLs sometimes include additional URLs if the user has provided them. These have been wrapped in []