Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- .NET Development
- :
- REST Api Implementation won't work on Enterprise E...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
REST Api Implementa tion won't work on Enterprise Edition of SalesForce
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-01-2012 01:37 PM
When I call to get a token with the following format on my developer account, and another standard Salesforce account, I successfully get a token. I tried this on an Enterprise SalesForce account, and it's reply's with a
https://login.salesforce.com/services/oauth2/token
grant_type=password&client_id={0}&client_secret={1
Is there a difference is REST Api Calls being made to Enterprise SalesForce Accounts?
I did give an option to choose SalesForce version, but it's the same as my testing v24.0
Any help or insight on this topic will be helpful.. Thanks!!!
Solved! Go to Solution.
Re: REST Api Implementa tion won't work on Enterprise Edition of SalesForce
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-01-2012 02:07 PM
Re: REST Api Implementa tion won't work on Enterprise Edition of SalesForce
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-01-2012 02:09 PM
The remote server returned an error: (400) Bad Request.
It's odd, because now it seems to work sometimes and not others... I am enabling some tracing to get more details.
It's good to know there's no difference in calls.
Re: REST Api Implementa tion won't work on Enterprise Edition of SalesForce
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-01-2012 03:31 PM
Re: REST Api Implementa tion won't work on Enterprise Edition of SalesForce
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-04-2012 07:33 AM
It ended up being a problem with caching in that browser... It worked on another machine, and then on the browser in question after a restart. All is well. Thank you.

