You need to sign in to do that
Don't have an account?

How to get partnerApiEndPoint and sessionID to use the bulk api in php
I want to use the salesforce bulk api using php.So I cant find the partnerApiEndPoint and sessionID to use that api. Please tell me how can I find those values.
You can use Oauth and from it you get your session ID.
Follows a link on Oauth in SF: here (https://developer.salesforce.com/page/Digging_Deeper_into_OAuth_2.0_on_Force.com)
If this answer helped, mark it as resolved.
thank you