Requesting salesforce account
Normally one would go through
https://developer.salesforce.com/signup
But I never got validation email
This allows logging in with Facebook/Twitter accounts, still sends validation email, and this one does come through!
https://www.salesforce.com/form/signup/freetrial-sales.jsp
Setup ->Quick Links -> App Quick Start
Answer the questions when prompted and click on 'Go to my app"
Setup->QuickLinks -> Manage Apps -> Connected Apps -> New
Enable OAuth Settings
Callback URL: https://test.salesforce.com/success
OAuth Scope - access and manage your data
Put your heroku app URL as a mobile URL
Copy your Consumer Key and Secret
We will be using Force.com API: https://www.salesforce.com/us/developer/docs/api_rest/
Go to My Settings->Personal Settings->Reset My Security Token
You should receive your security token in the email
https://developer.salesforce.com/signup
But I never got validation email
This allows logging in with Facebook/Twitter accounts, still sends validation email, and this one does come through!
https://www.salesforce.com/form/signup/freetrial-sales.jsp
Setup ->Quick Links -> App Quick Start
Answer the questions when prompted and click on 'Go to my app"
Setup->QuickLinks -> Manage Apps -> Connected Apps -> New
Enable OAuth Settings
Callback URL: https://test.salesforce.com/success
OAuth Scope - access and manage your data
Put your heroku app URL as a mobile URL
Copy your Consumer Key and Secret
We will be using Force.com API: https://www.salesforce.com/us/developer/docs/api_rest/
Go to My Settings->Personal Settings->Reset My Security Token
You should receive your security token in the email