Skip to content

Commit

Permalink
modify typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chouti authored and sferik committed Apr 25, 2011
1 parent 05d7797 commit aef69e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oa-more/lib/omniauth/strategies/yupoo.rb
Expand Up @@ -36,7 +36,7 @@ def request_phase

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)
Expand Down

0 comments on commit aef69e4

Please sign in to comment.