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
briano.ax404briano.ax404 

Is it possible to use the api to log into http://apps.salesforce.com

Is it possible to use the api to log into http://apps.salesforce.com
 
I want to log in as a partner into PRM and retrieve some information using the API
 
thanks,
Brian


Message Edited by briano on 11-07-2008 08:42 AM
Will MoxleyWill Moxley
You cannot log into apps.salesforce.com using the API because Apps.salesforce.com is nothing more than an API client.  If you want to log in as a partner user you'll need to log into the naX.salesforce.com just like any other API client (replace the NAX with your instance).  Also, all API traffic is blocked for partner users that log into Apps.salesforce.com unless you add the IP address to the IP Range on the partner profile.  So this will only work if you know the IP addresses of the clients that will be logging in from using the API.

By the way, if you are using apps.salesforce.com, I recommend you move to the lastest version of the portal.  The migration guide is located here. 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 12"><meta name="Originator" content="Microsoft Word 12">


http://blogs.salesforce.com/prm/2008/03/new-partner-por.html

After migrating it will be easier to log in as a partner user via the API.
briano.ax404briano.ax404
Thanks Will.  Thats a great help.