omniauth / omniauth-instagram

OmniAuth strategy for Instagram.
112 stars 85 forks source link

handle "is_business" part of hash #34

Closed imack closed 6 years ago

imack commented 6 years ago

As part of Instagram's migration to the new Business API, the user hash now has an is_business flag denoting whether the profile is a business profile or not. This is useful to developers as it indicates that further information is available on the Graph API

tmilewski commented 6 years ago

Perfect, thank you for this!

tmilewski commented 6 years ago

Released - https://rubygems.org/gems/omniauth-instagram/versions/1.3.0

Thanks again!