• personal
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies

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

 

 

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

 

 

Hi,

 

I am following Pat Patterson's recent PHP code examples.

 

I can get them to work in my Developer Edition, but when I move into the Sandbox of my Enterprise Edition, I seem to be able to get my access_token, but when I try to do the simplest operation (show_accounts) I get an HTTP Status 403 Forbidden returned.

 

Is this because the REST API is only enabled for the Developer Edition?

 

If this should work, I would appreciate suggestions for how to diagnose the source of the 403.

 

thanks,

  David Jones