I have successfully created an OAuth connection to the SalesForce REST API and have gotten a access token. However every request I make using the access token results in the following:
Session expired or invalid
Full trace -
But when I send via Curl there are no errors
2012-09-16T07:08:58Z 3384 TID-qnrig WARN: Session expired or invalid
2012-09-16T07:08:58Z 3384 TID-qnrig WARN: /home/deploy/.rvm/gems/ruby-1.9.2-p290@companypl/gems/databasedotcom-1.3.0/lib/databasedotcom/client.rb:376:in ensure_expected_response'
/home/deploy/.rvm/gems/ruby-1.9.2-p290@companypl/gems/databasedotcom-1.3.0/lib/databasedotcom/client.rb:334:inwith_encoded_path_and_checked_response'
/home/deploy/.rvm/gems/ruby-1.9.2-p290@companypl/gems/databasedotcom-1.3.0/lib/databasedotcom/client.rb:288:in http_get'
/home/deploy/.rvm/gems/ruby-1.9.2-p290@companypl/gems/databasedotcom-1.3.0/lib/databasedotcom/client.rb:204:inquery'
/home/deploy/.rvm/gems/ruby-1.9.2-p290@companypl/gems/databasedotcom-1.3.0/lib/databasedotcom/sobject/sobject.rb:220:in all'
/home/deploy/companypl/app/models/sfdc_user.rb:75:infetch_user_accounts'
/home/deploy/companypl/app/models/sfdc_user.rb:13:in create_new_project'
/home/deploy/companypl/app/workers/sfdc_worker.rb:9:inperform'