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
Evo42Evo42 

Understanding Client IDs

Hi

 

I am new to Force.com and I was looking at this Ruby gem - https://github.com/ejholmes/restforce and tried to use it. I am stuck where it is asking for a client id

 

I think I am missing something fundamental about force.com, how do I find out what my client id is? 

 

 

Jia HuJia Hu

This is about how to login into Salesforce with Oauth, see the doc here,

Step Two: Set Up Authorization
http://www.salesforce.com/us/developer/docs/api_rest/Content/quickstart_oauth.htm

In the interface, Setup->Develop->Remote Access, create a new Remote Access, then the Consumer Key is the Client Id in OAuth.