Skip to content

Commit

Permalink
Merge pull request #33 from omniauth/remove-email
Browse files Browse the repository at this point in the history
Instagram no longer returns emails
  • Loading branch information
tmilewski authored Sep 25, 2017
2 parents bac4481 + aa576d7 commit 478e069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/omniauth/strategies/instagram.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def request_phase
{
'nickname' => raw_info['username'],
'name' => raw_info['full_name'],
'email' => raw_info['email'],
'image' => raw_info['profile_picture'],
'bio' => raw_info['bio'],
'website' => raw_info['website']
Expand Down

0 comments on commit 478e069

Please sign in to comment.