Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: add display options to client_params #10

Open
feddgs opened this issue Jun 6, 2013 · 0 comments
Open

Feature Request: add display options to client_params #10

feddgs opened this issue Jun 6, 2013 · 0 comments

Comments

@feddgs
Copy link

feddgs commented Jun 6, 2013

Hi!

It would be nice if the gem can support the :display parameter in the client params method, now i have my omniauth-foursquare gem patched in this way:

def client_params
{:client_id => options[:client_id], :redirect_uri => callback_url ,:response_type => "code", :display => options[:display]}
end

The :display is set in the omniauth initializer as :display => 'webpopup' and work great for me.

Thanks for the gem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant