emonarafat / socialauth-net

Automatically exported from code.google.com/p/socialauth-net
0 stars 0 forks source link

LinkedIn send messageq and invitationq #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Hi

How i can send messages and invitations to LinkedIn connections ?

thx.

Original issue reported on code.google.com by hrichi.m...@gmail.com on 28 Sep 2012 at 10:06

GoogleCodeExporter commented 9 years ago
Hi,

SocialAuth.NET doesn't has any inbuilt support to send messages/invitations via 
linked in. However, you may make use of generic API method ExecuteFeed which is 
intended to provide flexibility for invoking provider's specific REST API which 
are not supported by default. Following are some pointers from LinkedIn Docs on 
what you're trying to achieve.

https://developer.linkedin.com/documents/messaging-between-connections-api
https://developer.linkedin.com/documents/invitation-api

Deepak

Original comment by daggar...@brickred.com on 30 Sep 2012 at 1:21