Method: Weibo2::Strategy::AuthCode#authorize_url
- Defined in:
- lib/weibo2/strategy/auth_code.rb
#authorize_url(params = {}) ⇒ Object
The authorization URL endpoint of the provider
11 12 13 14 |
# File 'lib/weibo2/strategy/auth_code.rb', line 11 def (params={}) params = {:redirect_uri => @client.redirect_uri}.merge(params) super params end |