79
I Use This!
Inactive

Commits : Listings

Analyzed 8 minutes ago. based on code collected 9 minutes ago.
Nov 21, 2024 — Nov 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JSON.net used to return coordinate values as doubles, but now we need to perform a conversion. More... over 13 years ago
Changed twittersearch ids to be decimal (they were long) to correct overflow issue reported by 'tonwinemaker' More... over 13 years ago
Merge pull request #12 from paulduran/master More... over 13 years ago
Corrected the file size limit for profile image uploads. fixes #10 More... over 13 years ago
reset date should be UTC date More... over 13 years ago
Merge remote-tracking branch 'origin/master' More... over 13 years ago
ignore additional files More... over 13 years ago
ignore additional files More... over 13 years ago
set correct result and reset date for rate limiting from search/trends API More... over 13 years ago
set correct result for rate limiting from search/trends API More... over 13 years ago
add display name properties to the search results More... over 13 years ago
Fix for Trend location appearing in Trends in the Trends/TwitterTrendCollection.cs More... over 13 years ago
Basic fix for Access_revoked event IncludeRetweets for List/ListStatusesCommand IncludeEntities for Timeline/RetweetedByMeCommand Fix for difference between JSON.Net SL and .NET4 versions on Trends deserialisation. More... over 13 years ago
Changed Twitterizer back to JSON.Net 4.0.5 as this version works with our converters correctly. We'll need to look into the JSON.net changes more before moving up to the latest versions. Fixed OAuth signature being generated incorrectly for streaming connections. Added Silverlight support back to Twitterizer for the entire library. Added/updated list endpoints and options Improved Stream event deserialisation Fixed ignore folders. Added MaxStatusId to Favorites Added Hack for bad tracking cookies being sent from twitter on Siverlight search and api calls. Fixed a few bugs with Trends deserialisation More... over 13 years ago
Added a few missing properties to the geo place object. More... over 13 years ago
Added a fix for POSTing Chinese chareactors. Removed new compression code from silverlight projects (not supported). More... over 13 years ago
Merge pull request #5 from SeanFarrow/master More... over 13 years ago
Messed up link markup in README More... over 13 years ago
Made main library built for the client profile. To do this: Removed all caching support. Dropped the OAuthUtility.GetAccessTokenDuringCallback helper method. More... over 13 years ago
ess to Twitters new compression stream feature. More... over 13 years ago
Will now return correctly if json parsing failed. More... almost 14 years ago
Removed reference to nuget target from project files. Added git ignore file. More... almost 14 years ago
Fixed parsing "user" and "event" types in TwitterStream.ParseMessage. My bad, sloppy proof reading of my changes. More... almost 14 years ago
Upgraded some leftover references from Newtonsoft.Json.4.0.3 to Newtonsoft.Json.4.0.5. Changed TwitterStream to close immediately when invoking EndStream(), instead of lingering about. Removed unused method parameters to EndStream(). Invoke EndStream() from Dispose(), to make sure the stream is always closed properly. More... almost 14 years ago
Added missing Newtonsoft.Json.4.0.5 folder with contents. More... almost 14 years ago
-Fixed the string trimming in TwitterStream.ParseMessage, to use the string.Trim() method (without arguments) to get rid of all whitespace (both unix and windows). More... almost 14 years ago
Fixed a memory leak in TwitterStream when disposing it, it didn't null its callback methods. Improved the try/catch error handling code in TwitterStream.StreamCallback() method (used separate catch() statements for different exceptions). More... almost 14 years ago
Made the message parsing more robust in TwitterStream, by stripping out _both_ "\r\n" _and_ "\n". More... almost 14 years ago
Reverted my previous change, added more status codes to the existing method TwitterCommand.SetStatusCode() instead. More... almost 14 years ago
Added an error status converter method (from WebExceptionStatus to RequestResult). More... almost 14 years ago