Thanks :)
I 've just tried with TweetAsync.PublishTweetWithMedia("text of the tweet", file) ...
But it seems to return "1" ..., not the real id on twitter.
Perhaps i need to add a certain namespace to get it work ?
But i think it's because i didn't use await... (VB.net Server error #BC37057 saying that await can only be used with an async method) In that case, is there a way to mark TweetAsync.PublishTweetWithMedia as async ?
I 've just tried with TweetAsync.PublishTweetWithMedia("text of the tweet", file) ...
But it seems to return "1" ..., not the real id on twitter.
Perhaps i need to add a certain namespace to get it work ?
But i think it's because i didn't use await... (VB.net Server error #BC37057 saying that await can only be used with an async method) In that case, is there a way to mark TweetAsync.PublishTweetWithMedia as async ?