Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdredfox committed Jun 30, 2012
1 parent 485d189 commit 34f7767
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/yiqifa-open.rb
Expand Up @@ -21,10 +21,8 @@ def initialize
end

def exec_api(api_url="",b_params={})
app_secret=Yiqifa::Config.api_key.to_s
app_key=Yiqifa::Config.api_secret.to_s

puts "key is #{app_key},secret is #{secret}"
app_secret=Yiqifa::Config.api_secret.to_s
app_key=Yiqifa::Config.api_key.to_s
oauth_params={
:oauth_consumer_key=>app_key,
:oauth_nonce=>Time.now.to_i,
Expand Down

0 comments on commit 34f7767

Please sign in to comment.