Hey Linvi,
I'm tweeting a file and a link. The length does not seem to be taken the file into account:
Image may be NSFW.
Clik here to view.
Any ideas what I could do to get the right amount?
I'm tweeting a file and a link. The length does not seem to be taken the file into account:
File f = new File(@"C:\Users\k.bakker\Desktop\Stuff\Media\Photos\Potloodjes.jpg", null);
var twt = Tweet.CreateTweet("Hulp nodig op vakantie? Dan is het handig dat je bij onverwachte gebeurtenissen een beroep kunt doen op service. http://cap.nl/vqw5wxd8");
twt.AddMedia(ReadFully(f.GetReadStream()));
int remaining = twt.TweetRemainingCharacters();
The anwer I get is 5. This should be -18:Image may be NSFW.
Clik here to view.

Any ideas what I could do to get the right amount?