function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
personalpersonal 

Sample Application

Hi.

 

I tried to work the sample application REST API, but after login, shows this menssage in the browser:

 

We have an access token: 00DA0000000c6oN!AQwAQH4sIftYOkablSrqv1ryppnHUQew5Zjvbd9BtB1B5r88DqfBkx7Qx4CjrME_0M7jKeRvKs6PCWYdd00.8YGlL2GIA_rG

 

Using instance https://na7.salesforce.com

 

HTTP status 403 creating account

HTTP status 403 updating account null

HTTP status 403 deleting account nul

 

Somebody can help me?  

 

I have "API Enabled" and have administrative profile in Developer Edition

 

 

SuperfellSuperfell

You probably don't have the REST API enabled, you need to signup to get on the pilot program. http://blog.sforce.com/sforce/2010/10/join-the-rest-api-developer-preview.html

personalpersonal

Hi.

 

I signup, but I have the same error.

 

What else could it be?

Pat PattersonPat Patterson

Modify the sample code to show the content of the response as well as the return code - this should give more detail on the problem.

REST API and JavaScritpsREST API and JavaScritps

Hi.

Dana Lee helped me.

The form of REST API has a problem.

Again, thank you very much.

 

Now I want to do something similar, but using javascript.

jeebeekayjeebeekay

Can anybody please tell me what was the problem with the original source code(Java) example that was provided along with Rest