databasedotcom-rails icon indicating copy to clipboard operation
databasedotcom-rails copied to clipboard

ArgumentError

Open rubydog opened this issue 13 years ago • 0 comments

I am getting ArgumentError while creating access_token via OAuth2.

OAuth2::Client.new(consumer_key, consumer_secret, {:site => 'https://login.salesforce.com', :authorize_path => '/services/oauth2/authorize', :access_token_path => '/services/oauth2/token', :ssl=>{:verify => false }})

This the line where I am getting error.

rubydog avatar Dec 22 '11 11:12 rubydog