Commented Unassigned: Search throws exception [2257]
I just upgraded to 9.3 and now my Search.SearchTweets(searchParameter); is throwing an exception see trace.```Newtonsoft.Json.JsonSerializationException was unhandled HResult=-2146233088 Message=Cannot...
View ArticleCreated Unassigned: Reply with media not working [2258]
I'm sending Reply with media.tweet = Tweet.CreateTweetWithMedia(TweetText, file1);bool status = tweet.PublishInReplyTo(ToTweetID);Exception occurred --Stack Trace at...
View ArticleCreated Task: Add Tweet Metadata [2259]
When performing a search a Metadata field is added to the Tweet result.Provide these information within the Tweet class,
View ArticleCommented Unassigned: Search throws exception [2257]
I just upgraded to 9.3 and now my Search.SearchTweets(searchParameter); is throwing an exception see trace.```Newtonsoft.Json.JsonSerializationException was unhandled HResult=-2146233088 Message=Cannot...
View ArticleNew Post: Warning Email
I have received the following email from Twitter. Can anyone shed any light on what I have done wrong. I did set my App to have write access in order to be able to receive Direct Messages.Comments...
View ArticleNew Post: Is there no way to use Tweetinvi in .NET project targeting...
We have recently been reviewing our own target frameworks for our applications and note that even Windows XP (which is not even supported any longer) is Framework 4 compatible. There should really be...
View ArticleCommented Unassigned: Reply with media not working [2258]
I'm sending Reply with media.tweet = Tweet.CreateTweetWithMedia(TweetText, file1);bool status = tweet.PublishInReplyTo(ToTweetID);Exception occurred --Stack Trace at...
View ArticleEdited Issue: Reply with media not working [2258]
I'm sending Reply with media.tweet = Tweet.CreateTweetWithMedia(TweetText, file1);bool status = tweet.PublishInReplyTo(ToTweetID);Exception occurred --Stack Trace at...
View ArticleNew Post: Warning Email
Hi, What is your application doing? Please details this is quite important to know what you are doing in order to give you advice on this. Are you using multiple credentials from the same IP address,...
View ArticleNew Post: Warning Email
Very simply I am running a Filterstream, tracking five or six string patterns, and a Userstream in order to track direct messages, No writing. Any ideas?
View ArticleNew Post: Warning Email
Are you using external user credentials? I cannot see any reason why you would be blocked to be honest you need to ask them. Linvi
View ArticleSource code checked in, #37053
Version 0.9.3.2 - Fixing TweetDTO deserialize issue with scope
View ArticleCommented Unassigned: Search throws exception [2257]
I just upgraded to 9.3 and now my Search.SearchTweets(searchParameter); is throwing an exception see trace.```Newtonsoft.Json.JsonSerializationException was unhandled HResult=-2146233088 Message=Cannot...
View ArticleEdited Issue: Search throws exception [2257]
I just upgraded to 9.3 and now my Search.SearchTweets(searchParameter); is throwing an exception see trace.```Newtonsoft.Json.JsonSerializationException was unhandled HResult=-2146233088 Message=Cannot...
View ArticleSource code checked in, #37054
Version 0.9.3.2 - PublishInReplyTo with Media created an invalid query
View ArticleCommented Issue: Reply with media not working [2258]
I'm sending Reply with media.tweet = Tweet.CreateTweetWithMedia(TweetText, file1);bool status = tweet.PublishInReplyTo(ToTweetID);Exception occurred --Stack Trace at...
View ArticleCommented Task: PublishReply/PublishInReplyTo : Option to add screen name [2101]
When replying on the website, it includes the @screen_name of the user to who we want to reply to.Give the option to do the same thing within TweetinviComments: Associated with changeset 37054: Version...
View ArticleCommented Unassigned: Image upload not working [2254]
Hi,I'm trying to upload image from my WP8 app to Twitter and it worked well but from yesterday I can't post images with success. I'm using this code:```var file = ToByteArray(image); // Method to...
View Article