/CORS-Demo

Access Force.com REST API directly from JavaScript served outside the platform

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Force.com REST API CORS Demo

This minimal sample shows how JavaScript outside the Force.com platform can access the Force.com REST API.

Instructions

Create a connected app in your Spring '15 org with callback URL https://your-app.herokuapp.com/oauth/_callback and api scope.

Wait for 2-10 minutes for the connected app data to replicate around Salesforce.

Deploy the demo code to Heroku:

Deploy

In your Spring '15 org, go to Setup | Security Controls | CORS and add https://your-app.herokuapp.com as a Whitelisted Origin.

Go to https://your-app.herokuapp.com/, authorize the app to access your Spring '15 org, and try uploading a file!

If you see an error such as

error=invalid_client_id&error_description=client%20identifier%20invalid

check that you have copied the Consumer Key from the connected app to the CLIENT_ID environment variable correctly. If all looks good, go make a cup of tea - Salesforce probably needs a couple more minutes to propagate the connected app data.