I am trying to send message to my LinkedIn contact using Mathematica 10.3, but there is no enough information (documented) on how to do that. I am able to login in LinkedIn and see my user data with:
lk = ServiceConnect["LinkedIn"] (* works fine *) ud=ServiceExecute[lk, "UserData"]; (* works fine *) ServiceExecute[lk, "GroupNames", "Count" -> "3"] (* Nothing happens ...*) 1) What are the commands to send a simple message to a specific contact of mine?
2) Where can I find more information about connecting to LinkedIn using Mathematica (Mathematica's Help is very limited)?
