LinkedIn Delphi Component

LinkedIn Delphi component is a non-visual component that allows you to work with LinkedIn online service. The component supports Delphi 7 and higher Delphi versions and works directly with LinkedIn using official API.

Features

  • Get connections and view their info
  • Send invitations to connect
  • Access XML code for each connection
  • Unicode support for all text fields
  • HTTPS support

Examples

Connecting to LinkedIn and showing list of connections in listbox.

LinkedIn := TLinkedIn.Create;
LinkedIn.Load;
for I := 0 to LinkedIn.ConnectionsCount - 1 do
  ListBox1.Items.Add(LinkedIn.Connections[I].Title);

Sending connect invitation to John Smith with john@smith.com email address.

LinkedIn.Invite('John', 'Smith', 'john@smith.com', 'Invitation to Connect',
'John, feel free join my professional network on LinkedIn.');

$99

Buy

With source codes

$49

Without source codes

Buy

Download working example.

Note! The trial version of the component is available upon request.

Version History

LIDC 1.0

Feb. 15, 2012

View info

More Version History