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: Associated with changeset 35014: Version 0.9.0.2
- Updated GetTweetFromId query as it was no longer valid
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: Associated with changeset 35014: Version 0.9.0.2
- Updated GetTweetFromId query as it was no longer valid