Has anyone here tried tweeting with an image using TweetSharp?
I tried the following:
Dictionary<string, Stream> imageDict = new Dictionary<string, Stream>(); imageDict.Add(imagePath, imageStream);
But the last line gives me the wrong argument error without explanation.
I tried to take a look at their GitHub , but the sample only illustrates how to post a simple text message.
source share