New Post: Show messages (DM) in conversation view
Hi! I'm trying to group DM by sender and then show them in a conversation view, how can I do this on Windows Phone? Thank you for your great work, Alessandro
View ArticleCommented Unassigned: GetLatestMessagesSent not work [2136]
v 0.9.1.0 In file MessageAsync.cs line 24 called return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesReceived(maximumMessages));instead ofreturn await Sync.ExecuteTaskAsync(() =>...
View ArticleNew Post: Find the tweet user is Followed by or not in Filtered Stream
Hi there, When I implemented the FilteredStream I did not quite find any relevant case for implementing such a feature. The reason is that when you register a follower you can assign an action that...
View ArticleNew Post: Show messages (DM) in conversation view
Hi, The issue with messages is that they are pretty limited in term of number. Twitter allow the developers to access up to 800 messages but by default Tweetinvi only allows up to 200 because it using...
View ArticleEdited Issue: FilteredStream "get_SwallowWebExceptions" error [2124]
Hi,I am getting an error while using filtered stream in Tweetinvi.API.dll, version of 0.9.0.7The error is below:"STREAM ERROR OCCURED: System.TypeLoadException: Could not load type...
View ArticleEdited Issue: GetLatestMessagesSent not work [2136]
v 0.9.1.0 In file MessageAsync.cs line 24 called return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesReceived(maximumMessages));instead ofreturn await Sync.ExecuteTaskAsync(() =>...
View ArticleSource code checked in, #35397
Version 0.9.1.2 - As described by KLUBS, the GetLatestMessagesSent was returning the results of GetLatestMessagesReceived. Special thanks to Klub ;)
View ArticleCommented Issue: GetLatestMessagesSent not work [2136]
v 0.9.1.0 In file MessageAsync.cs line 24 called return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesReceived(maximumMessages));instead ofreturn await Sync.ExecuteTaskAsync(() =>...
View ArticleEdited Issue: GetLatestMessagesSent not work [2136]
v 0.9.1.0 In file MessageAsync.cs line 24 called return await Sync.ExecuteTaskAsync(() => Message.GetLatestMessagesReceived(maximumMessages));instead ofreturn await Sync.ExecuteTaskAsync(() =>...
View ArticleEdited Issue: URL Encode Messages [2130]
Hi Linvi,I had forgotten about this issue and was remembered the hard way yesterday when my application to win a twitter contest failed.https://tweetinvi.codeplex.com/discussions/539358Not only commas...
View ArticleEdited Feature: Ensure Windows Phone 8 developers can use Tweetinvi [2078]
Windows Phone 8 development and async/await pattern + PCL
View ArticleNew Post: Show messages (DM) in conversation view
Thank you! I've another question, I'm using the streaming API but I haven't found how to stream the mentions. How can I do? Thanks again!
View ArticleCreated Unassigned: SearchTweetsRecursively breaks prematurely [2138]
Hello!Let me first congratulate you on a fantastic job. The framework has some brilliant uses.I noticed that when searching for tweets greater than the max (>100), there are varied results. I will...
View ArticleNew Post: Show messages (DM) in conversation view
Hi, I am not sure what you mean by streaming mentions. If you want to get all the tweets with a specific mention I think you want to use the filteredstream:var fs = Stream.CreateFilteredStream();...
View ArticleCommented Unassigned: SearchTweetsRecursively breaks prematurely [2138]
Hello!Let me first congratulate you on a fantastic job. The framework has some brilliant uses.I noticed that when searching for tweets greater than the max (>100), there are varied results. I will...
View ArticleCreated Feature: Add Since parameter to the search (if possible) [2140]
It seems that the since parameter is not referenced in the Twitter documentation.Try to implement it and see if it works.
View ArticleNew Post: Generate Credential Examples
Hello. I have exactly the same problem. Everytime it gives to me null value. This is for a web application and I am doing just like amcintire. There is no way I can get anything but null....
View ArticleNew Post: Generate Credential Examples
Hi, From my reading of the code I would say that the verifier code you provided to the verifier code is null. Also, I am not quite sure why you use the verifier code solution instead of the callback....
View ArticleNew Post: Filter Stream by Language Using the API
How can I filter a stream by language? This should be possible by changing the URL, as described here: https://dev.twitter.com/docs/streaming-apis/parameters#language. However, I can't find a way to...
View ArticleCreated Unassigned: NullReference exceptions [2144]
Hiya,I am using TweetInvi as part of a service that monitors a Twitter account, and replies according to various events (mentions, new followers). I've had a few cases where the entire sevice dies due...
View Article