I'm making SkypeBot and I want respond also to Facebook messages. I'm using SKYPE4COMLib. But it works only for skype protocol.
skype.MessageStatus += new _ISkypeEvents_MessageStatusEventHandler(skype_MessageStatus);
// in event
skype.SendMessage(msg.Sender.Handle, message);
Or can I make it simply by SkypeKitNET?
Thanks for responds.
Just use a Facebook lib then. For example: http://csharpsdk.org/ Just can run these two at the same time.