omniauth / omniauth-instagram

OmniAuth strategy for Instagram.
112 stars 85 forks source link

Update Raw info strategy for new Instagram API #42

Closed db0sch closed 3 years ago

db0sch commented 4 years ago

Update #raw_info to match new Instagram API

According to this FB documentation: https://developers.facebook.com/docs/instagram-basic-display-api/getting-started The API is returning only the user_id with a temporaty token.

It's up to the dev then to:

In the OmniauthCallbacksController#instagram

khier996 commented 3 years ago

When is this change going to be included in an actual release? The gem is unusable now.

db0sch commented 3 years ago

We've been using the omniauth-instagram-graph gem to handle instagram omniauth strategy and it works.

This one (omniauth-instagram) seems unmaintained and should not be used