mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
modify typo
This commit is contained in:
parent
05d7797d00
commit
aef69e491e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module OmniAuth
|
|||
|
||||
def callback_phase
|
||||
params = { :api_key => api_key, :method => 'yupoo.auth.getToken', :frob => request.params['frob'], :format => 'json', :nojsoncallback => '1' }
|
||||
params[:api_sig] = flickr_sign(params)
|
||||
params[:api_sig] = yupoo_sign(params)
|
||||
|
||||
response = RestClient.get('http://www.yupoo.com/api/rest/', { :params => params })
|
||||
auth = MultiJson.decode(response.to_s)
|
||||
|
|
Loading…
Reference in a new issue