From 492fbecb0238c3d87948d935d336f7e7b48e8de7 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 3 Oct 2014 10:06:54 -0400 Subject: [PATCH] Update docs --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index da3fb38..37117fc 100644 --- a/readme.md +++ b/readme.md @@ -74,12 +74,15 @@ OAuth::login('facebook', function($user, $details) { }); ``` +> Note: The Instagram API does not allow you to retrieve the user's email address, so unfortunately that field will always be `null` for the Instagram provider. + ## Supported Providers - Facebook - GitHub - Google - LinkedIn +- Instagram >The package is still in it's early infancy obviously. Support will be added for other providers as time goes on.