Linkedin Profile Importer 07.03.08
I need a script to extract a personal profile from linked.
Script flow:
- User will provide his linkedin ID and linkedin password
- Script will connect to LI and get the entire profile:
* Personal Data
* Personal connections
- Script will return personal data in an associative array having field names as keys (example: $profileData = array (firstName => “foo”, lastName => “bar”, ……)
- Script will return connections in a separate arrays array (example: $connection = array ( array (emailAddress => “foo”, name => “bar”)) )
- A small demo script should be provided in order to test the script, devo will provide this features:
* Input personal linkedin ID & password
* Retrieve information
* display personal information and list of connections
I have no access to LI api, so if any component is required along with the script, please provide it as part of the delivery.
The script will be deployed on a PHP 4.3 / Pear / Apache server, so please do use PHP 5 for development.