The GetTweet option gives 404 Error.
var tweet = Tweet.GetTweet(4410207649603461);
Console.WriteLine(exceptionStatusCode);
Console.WriteLine(exceptionDescription);
gives:
404
Not Found - URI requested is invalid or the resource requested, such as a user does not exist. Also returned when the request format is not supported.
Am i using the object incorrectly? I have tried several different methods with GetTweet() . Nothing seems to work.
Comments: ** Comment from web user: linvi **
var tweet = Tweet.GetTweet(4410207649603461);
Console.WriteLine(exceptionStatusCode);
Console.WriteLine(exceptionDescription);
gives:
404
Not Found - URI requested is invalid or the resource requested, such as a user does not exist. Also returned when the request format is not supported.
Am i using the object incorrectly? I have tried several different methods with GetTweet() . Nothing seems to work.
Comments: ** Comment from web user: linvi **
Tweetinvi 0.9.0.2 is now released :)
Enjoy!