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.
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.');
Download working example.
Note! The trial version of the component is available upon request.
LIDC 1.0
Feb. 15, 2012