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
beginner apexbeginner apex 

how to get session id and Access token using curl in PHP at salesforce

Hi ,

 

I want to get my current session id and Access token in salesforce ,  Im using php curl how to get both ,

 

 

i Dont know how to get it ,,,

 

if anyone Knows tell me

 

 

 

Thanks ,

Ganesh

vbsvbs
Try this to get the session id using curl:
http://www.salesforce.com/us/developer/docs/api_asynch/Content/asynch_api_quickstart_login.htm

If you use OAuth 2 for authentication then you need the access token. You will need one of these to access the API.
beginner apexbeginner apex
Im asking how to get the salesforce my session id , using curl in php ,but i wrote , its not working for me