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
Richa KRicha K 

Externally login to the salesforce

Hi,

I want to login to the salesforce via external program. To say in detail, I have to build a google gadget in which I have to put the Account names. Now, gadget code is executed in Google gadget's API. It will produce a URL and then we use that link in the visualforce page to show the gadget. I want to login to the salesforce through a javascript program and use the query results. Is there any way? I am kinda newbie to the salesforce.

 

Thank You!

ktshannonktshannon

Not sure about using Javascript, but there is what they call "Single Sign On" which would log them into Salesforce without them having to do it themselves. Please see: http://wiki.developerforce.com/index.php/How_to_Implement_Single_Sign-On_with_Force.com

 

Kyle