New Post: Cannot resolve symbol 'SetCredentials'
Hi, If you use the latest version of Tweetinvi, you will have to use the Auth static class as explained in the github documentation. Please note that the ConsumerKey and ConsumerSecret will be the...
View ArticleNew Post: Cannot resolve symbol 'SetCredentials'
Thanks Linvi, I hadn't noticed your documentation on GitHub. I was working through you documentation on CodePlex. Sent from my iPhone
View ArticleUpdated Wiki: Home
07/08/2015 - Tweetinvi 0.9.9.3 is now released on Codeplex, Nuget and Github! Support us! Please support the Tweetinvi team by joining us, rating the application or donating with Paypal :) What's new?...
View ArticleSource code checked in, #45185
Version 0.9.9.4 - Added clone to simplify multi-thread initialization
View ArticleNew Post: [ADMIN] Limited support between the 13/08 to the 26/08
Hello, I am taking some time off for the summer holidays. During this time I won't be able to fix any bug (critical or minor), provide any help or advice. I will try to take a look to the page as soon...
View ArticleUpdated Wiki: Home
11/08/2015 - Limited support between the 13/08 to the 26/08 Support us! Please support the Tweetinvi team by joining us, rating the application or donating with Paypal :) What's new? About Tweetinvi...
View ArticleSource code checked in, #45192
Version 0.9.9.4 - Updated .AddRange so that it is now null protected across the library
View ArticleNew Post: Error publishing Tweet with more than 2 medias
Hi Linvi, I get an ArgumentException ("Cannot publish a tweet with more than 4 medias.") when I try to publish a Tweet with more than two media. I'm putting the media into a...
View ArticleNew Post: Error publishing Tweet with more than 2 medias
Hi Josh, I am having a look into it. If there is a bug and I have enough time I will try to release a version tonight before I get AWOL. Linvi
View ArticleEdited Issue: Cannot publish more than 2 binaries [2636]
https://tweetinvi.codeplex.com/discussions/642603#
View ArticleSource code checked in, #45206
Version 0.9.9.5 - Fix bug preventing user to publish more than 2 files when using the MediaBinaries or Media properties of the PublishTweetParameter
View ArticleCommented Issue: Cannot publish more than 2 binaries [2636]
https://tweetinvi.codeplex.com/discussions/642603#Comments: Associated with changeset 45206: Version 0.9.9.5- Fix bug preventing user to publish more than 2 files when using the MediaBinaries or Media...
View ArticleEdited Issue: Cannot publish more than 2 binaries [2636]
https://tweetinvi.codeplex.com/discussions/642603#
View ArticleNew Post: Error publishing Tweet with more than 2 medias
Hi Linvi, Thanks for sorting, enjoy your holiday! Cheers, Josh
View ArticleNew Post: How can reply other tweet?
my code var tweetToReplyTo = Tweet.GetTweet(631794399131881472); var tweet = Tweet.PublishTweet("We love you back!", new PublishTweetOptionalParameters { InReplyToTweetId = tweetToReplyTo.Id }); I need...
View Article