New Post: Followers PM
Linvi, No problem, we managed to find out what the problem was. I'm very grateful for the great support! At the moment I can manage without the , so you don't have to rush rush an update for me. Kind...
View ArticleNew Post: Best practise for tracking Tweets which contain own @ScreenName
Thank you for your reply Lokesh. If .AddFollow() is used, does this actually follow the named user, if so, and the tracking is only required for the duration of the session the stream is running for,...
View ArticleNew Post: Best practise for tracking Tweets which contain own @ScreenName
No, this method does not make you follow the user on twitter. https://dev.twitter.com/docs/api/1.1/post/statuses/filter The filter api uses the above endpoint. So, AddFollow() simply adds a userID into...
View ArticleNew Post: When should Retweeted and RetweetCount be set
When monitoring tweets in the debugger, captured in a FilteredStream, I can see tweets which are retweets (evidenced by having RetweetedTweet set to the original Tweet), but yet the .Retweeted property...
View ArticleNew Post: When should Retweeted and RetweetCount be set
Retweeted property tells if the authenticating user has retweeted the tweet in question. Also there's no RetweetedCount but a RetweetCount that should be set to the number of retweets of the original...
View ArticleNew Post: When should Retweeted and RetweetCount be set
Hi, Sorry about that, I am currently simply returning the information sent from Twitter which seem to be illogic. Here are 2 values of the json retrieved retrieved from the stream"retweet_count" :...
View ArticleSource code checked in, #35210
Version 0.9.1.0 and 0.9.0.8 - Updated PublishMessage to manage characters like comma
View ArticleNew Post: Merged binaries
Hi Linvi, I've got to the stage now where I would like to prevent the console from being used by this library, as we use it quite extensively for other messages. I'm using the merged binaries which I...
View ArticleNew Post: TwitterCredentials.CreateCredentials initialisation exception
Hi, Code that was working in 0.9.0.2 is now not working 0.9.0.7:TwitterCredentials.Credentials = TwitterCredentials.CreateCredentials(twitter_AccessToken, twitter_AccessSecret, twitter_ConsumerKey,...
View ArticleNew Post: TwitterCredentials.CreateCredentials initialisation exception
Hi, No you should not, I will have a look during lunch break or tonight. Linvi
View ArticleNew Post: TwitterCredentials.CreateCredentials initialisation exception
Thanks for quick reply Linvi. For completeness, I've noticed I now get this warning at build time:1> No way to resolve conflict between "Microsoft.Practices.Unity, Version=3.0.0.0, Culture=neutral,...
View ArticleNew Post: TwitterCredentials.CreateCredentials initialisation exception
Did you used nuget to get the package? Linvi
View ArticleNew Post: Merged binaries
Hi James, Yes I could do that, I will add them to this post. I am working on scripts right now to simplify the publication of new releases, in the futures both versions will be available. Linvi
View ArticleNew Post: TwitterCredentials.CreateCredentials initialisation exception
Yes, I started with blank project, and only used nuget to add Tweetinvi, which also added the dependencies automatically. I'm using no other manually added references. nuget Tweetinvi dependencies list...
View ArticleNew Post: TwitterCredentials.CreateCredentials initialisation exception
Hi Craigae, I have tried everything I could and I have not been able to get Unity updated to 3.0. Which version of Visual Studio are you using because I only have VS 2013 currently? I have tried direct...
View Article