Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Browsing all 4126 articles
Browse latest View live
↧

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 Article


Commented 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 Article


New 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 Article

New 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 Article

Edited 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 Article


Edited 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 Article

Source 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 Article

Commented 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 Article


Edited 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 Article


Edited 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 Article

Edited Feature: Ensure Windows Phone 8 developers can use Tweetinvi [2078]

Windows Phone 8 development and async/await pattern + PCL

View Article

New 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 Article

Created 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 Article


New 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 Article

Commented 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 Article


Created 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 Article

New 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 Article


New 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 Article

New 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 Article

Created 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
Browsing all 4126 articles
Browse latest View live