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 **
Hi,
It seems that the query used by Tweetinvi is no longer valid, I will update it during my lunch time and will publish it with the 0.9.0.2 release tonight.
Thank you for the feedback.
Linvi