omniauth/omniauth-instagram

Forcing a New Login

rdetert opened this issue · 1 comments

Is there a way to force a new login like Twitter allows by going something like:

  :authorize_params => {
    :force_login => 'true',
    :lang => 'pt'
  }

I don't see Instagram supporting this. These kinds of params are custom made by some providers.