Jump to content

rahultailwal

Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by rahultailwal

  1. yes somebody else will visit my site and then login to his linkedin from my site and i will fetch his all connection data.
  2. Yes there is nothing about token but if you see this file https://github.com/developerforce/Force.com-Toolkit-for-PHP/blob/master/samples/userAuth.php here u can see that a security token is required for authentication. If you run the partner.php then u will get error because u need to put security token for it. and no user would want to go to salesforce and generate a security token and then come to my site and login.
  3. yes you are right i m using there developer account.
  4. I got a sample code to get the list of connections but the problem is, it requires a button on clicking which the linkedin api opens and asked for login and password. but i want that i pass the user name password directly to the api.
  5. Yes you are right. but my requirement is go ask for username and password from the user in my php form and then get authenticate that user and fetch his contact detiails. Is there any code for this. i m searching but not getting anything.
  6. Hi, I am trying to get the contact list of a linkedin account using a php script. What i want is to make a login form in php where user will submit his email id and password for linkedin and then i have to fetch the contact list for this account. Is there any one has some idea about this. Thanks,
  7. Thanks for reply. "but there is a problem that we need to login with security token." Here if we are login using our php script then it requires a security token after password filed. And i dont want this user will only provide his password. You can download and run the partner.php script and can see what is there for password. http://wiki.develope...age/PHP_Toolkit 2. Show columns query is not working for salesforce.
  8. i have got the code php toolkit http://wiki.developerforce.com/page/PHP_Toolkit . but there is a problem that we need to login with security token. and i also want the full contact details. This quesy "Select Id, CreatedDate, Contact.Name, Contact.Email From Contact"; is for name and email but i also want address and i dont know what should be in query to fetch the address. i tried address, addresses and other column names but i dont know what is there for address.
  9. Hi, I have make a form in which user will enter his salesforce username and password and the i have to login to saleforce system and get the all the contacts details. and then save to my php database. Please suggest any code for this. Thanks,
×
×
  • Create New...