I want to send messages to multiple friends in linkedin using python.
from docs : http://code.google.com/p/python-linkedin/
Using this one can send that.
result = api.SendMessage("This is a subject", "This is the body", ["ID1", "ID2", "ID3"])
But I am not able to use that. Can anyyone tell me what is ID1? ID2? etc?
You can only message first degree connections. So, to get valid ids, I’m guessing the code looks something like: