Source code checked in, #36245
Version 0.9.2.3 and Version 0.9.3.0 - Solved a bug that could make Tweetinvi freeze when publishing a tweet with an image and receiving an exception.
View ArticleCommented Issue: ExecuteOperationWithCredentials and CreateTweetWithMedia ::...
I am able to PublishTweets without issue with the given access token and secret and consumer key combination under ExecuteOperationWithCredentials. But when I try and create a tweet with Media and...
View ArticleReleased: Tweetinvi 0.9.2.x (Apr 11, 2014)
PublishTweet tweet with Media The release 0.9.2.x allows developers to send media to the server. This is particularly useful in order to send tweet with a media attached to it.byte[] file =...
View ArticleUpdated Release: Tweetinvi 0.9.2.x (Apr 11, 2014)
PublishTweet tweet with Media The release 0.9.2.x allows developers to send media to the server.This is particularly useful in order to send tweet with a media attached to it.byte[] file =...
View ArticleEdited Issue: ExecuteOperationWithCredentials and CreateTweetWithMedia :: 403...
I am able to PublishTweets without issue with the given access token and secret and consumer key combination under ExecuteOperationWithCredentials. But when I try and create a tweet with Media and...
View ArticleCommented Issue: ExecuteOperationWithCredentials and CreateTweetWithMedia ::...
I am able to PublishTweets without issue with the given access token and secret and consumer key combination under ExecuteOperationWithCredentials. But when I try and create a tweet with Media and...
View ArticleCommented Issue: ExecuteOperationWithCredentials and CreateTweetWithMedia ::...
I am able to PublishTweets without issue with the given access token and secret and consumer key combination under ExecuteOperationWithCredentials. But when I try and create a tweet with Media and...
View ArticleNew Post: Reply Streaming Tweets on Azure.
Hi, Im building a .Net workflow application that monitors tweets based on a particular hashtag and replies the user with a custom message. The app work fine locally but when uploaded to azure; it no...
View ArticleNew Post: Verifing Credentials question
I'm having some issue authorizing twitter on the application of mine. Here is what my authorization code looks like public Uri CreateOptInUrl(string redirectUri) { var applicationCredentials =...
View ArticleNew Post: Verifing Credentials question
Hi, I assume you are currently using tweetinvi from an ASP application. If so, please read the following post: https://tweetinvi.codeplex.com/discussions/536895. Use the solution marked as answer. The...
View ArticleNew Post: Reply Streaming Tweets on Azure.
Do you have some debug information that I could use to help you solve your problem? Regards, Linvi
View ArticleNew Post: Verifing Credentials question
I am using it on a asp.net MVC 5 project. using sessions may be a hard thing to use as the twitter code is in another layer that is all business logic.
View ArticleNew Post: Verifing Credentials question
Hi, At some point, you need to store the credentials information somewhere. So that you ensure that your credentials are always up to date and not cleanup by a new session. Linvi
View ArticleCreated Unassigned: Problem with app certification on WP Store [2181]
Hi,My app fails certification on the Windows Phone because the store says that Tweetinvi is built in debug mode and they don't accept app built in debug mode. I installed the library from...
View ArticleNew Post: Verifing Credentials question
I did some looking and its possible my isue is that AuthorizationKey & AuthorizationSecret are null. did I miss a step?
View ArticleNew Post: Verifing Credentials question
I see that I missed a step, once I can find a way to keep the one values in play, I'll report back.
View ArticleNew Post: Verifing Credentials question
I got it working, the issue was I didn't setup the access token and access secret.
View ArticleCommented Unassigned: Problem with app certification on WP Store [2181]
Hi,My app fails certification on the Windows Phone because the store says that Tweetinvi is built in debug mode and they don't accept app built in debug mode. I installed the library from...
View ArticleEdited Task: Problem with app certification on WP Store [2181]
Hi,My app fails certification on the Windows Phone because the store says that Tweetinvi is built in debug mode and they don't accept app built in debug mode. I installed the library from...
View ArticleNew Post: Verifing Credentials question
Sorry for the time I took to reply, I am quite busy. Thank you for your feedback. And please know that if you have any issue the forum is open and I will always reply. Linvi
View Article