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
cwoodcwood 

Specifying client ID in API calls?

The requirements for AppExchange registration include: "Uses a unique client ID for all service calls", but I can't find any mention of this in the API documentation. How do I supply a client ID? (I'm using PHP and the older PHP toolkit that uses v2.5 of the SOAP API.)

Thanks,
Charlie

Message Edited by cwood on 04-10-2006 01:51 PM

JesterJester
You get a client id if you are a partner of the salesforce.

Run a board search for parnter client ids.

I think devAngel lays it out some where, here's one I found.

http://forums.sforce.com/sforce/board/message?board.id=general_development&message.id=1154&query.id=12263#M1154


cwoodcwood
I did do a search for "client id" before posting, but the info available seems to refer to the token you can get with Certification that allows PE users API access. From the AppExchange listing requirements at https://www.salesforce.com/appexchange/review_prep.jsp, it looks like all AppExchange-listed apps now need a client ID. Is this a hard and fast requirement? If so, info about how to specify it in my code would be most helpful.

-Charlie

It seems this may be a good question for the PHP board, so I'm moving the discussion there. Thanks!

Message Edited by cwood on 04-10-2006 02:16 PM