Search code examples
rubyruby-on-rails-3salesforcedatabasedotcom-gem

Session expired or invalid (Ruby databasedotcom gem)


I am using salesforce rest api to access the salesforce account from my rails app using databasedotcom gem.I created a remote access app and got the key and the id. I was able to authenticate the user and get the auth_token, instance_url and all that. But, when i send request at

@client.materialize("Account")

I get Session expired or invalid error

I have developer salesforce account.

please Can anybody help me with this ???

i'm authenticating the user with following request.......

@client.authenticate :token => token, :instance_url => "http://na1.salesforce.com"


Solution

  • Change the instance_url to the instance url that is given.You can get your instance_url from the Oauth2 response. along with the access token it also has the instance_url