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 84fc56c commit 485d189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/yiqifa-open.rb
Expand Up @@ -23,6 +23,8 @@ def initialize
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}"
oauth_params={
:oauth_consumer_key=>app_key,
:oauth_nonce=>Time.now.to_i,
Expand Down

0 comments on commit 485d189

Please sign in to comment.