How can I implement linkedin inviter on my site using PHP?

I read the linkedin inviter documentation at http://developer.linkedin.com/docs/DOC-1012 and there is no other help on this page on the web. but what i found is only xml things on this page. I do not know how to use it, and what is needed mainly to make the code work. send a message or provide a link to the full code for the invitation to linkedin in PHP. I would be very obliged.

+3
source share
2 answers

There is a library recommended by LinkedIn for PHP that has a special invite () method that you can use:

http://developer.linkedin.com/docs/DOC-1255

Direct link to the code:

http://code.google.com/p/simple-linkedinphp/

, ( , ), , , , XML OAuth LinkedIn.

script , , invite() :

http://simplelinkedin.fiftymission.net/

+3

OK API, . API , XML, "POST", URL. , , , , API LinkedIn.

, :

  • , AJAX XML LinkedIn API. , AJAX, "POST". , AJAX POST ( " "). , , XML ( , XML ), XML AJAX. .

  • XML- , API LinkedIn. , , , PHP Xpath PHP DOM XML node. , API LinkedIn ( PHP curl()").

    , !

    ,

+2

All Articles