Skip to content

Commit e96ec8f

Browse files
authored
Merge pull request #34 from imackinn/feature/business-attribute
handle "is_business" part of hash
2 parents 4a7264d + 8b633a7 commit e96ec8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/omniauth/strategies/instagram.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def request_phase
2727
'name' => raw_info['full_name'],
2828
'image' => raw_info['profile_picture'],
2929
'bio' => raw_info['bio'],
30-
'website' => raw_info['website']
30+
'website' => raw_info['website'],
31+
'is_business' => raw_info['is_business']
3132
}
3233
end
3334

0 commit comments

Comments
 (0)