0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 13 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
HTTP request methods are now defined through enum. More... about 14 years ago
getPublicTimeline deprecation notice. More... about 14 years ago
updated libxml parser to use unsigned long long numbers More... about 14 years ago
Seems like I have missed the fact that twitter has run out of digits again. Promoted unsigned long to unsigned long long, changed string formatters appropriately. More... over 14 years ago
Added new Status methods related to retweeting. More... over 14 years ago
Added capabilities to fetch retweet timelines. More... over 14 years ago
Technical commit, adding .gitignore More... over 14 years ago
Added support for home timeline (statuses/home_timeline) and retweet parsing support in LibXML and NSXML parsers. YAJL skipped for now. More... over 14 years ago
Removed the LARGE_ID_TEST code. Updated the YAJL parser so that it can handle integers larger than 2^32 - 1 (0x7fffffff). More... almost 15 years ago
Changes to prevent problems when tweet IDs go past 2^32 - 1, including: Changed API entry points to use unsigned long instead of int. Changed request parameters to unsigned values. Added LARGE_ID_TEST to YAJL parser. Added preprocessor definition for DEBUG in Debug target. More... almost 15 years ago
Removed deprecated methods. More... almost 15 years ago
Changed "/statuses/replies" to "statuses/mentions" as per the current Twitter API documentation. More... almost 15 years ago
Removed -getFollowedTimelineFor:* methods since they are no longer supported by Twitter. Removed the methods that used a NSDate for the "since" parameter: they are no longer supported by Twitter. Added a withMaximumID: method signature to the APIs that support the new "max_id" parameter. Updated search API to use include additional parameters. Updated search API to use the current terminology for trends. Fixed YAJL parsing "created_at" so that it handles the different date formats for the Search and REST APIs. Improved YAJL parsing when Twitter returns short (and invalid) JSON results. Simplified the -description method for MGTwitterHTTPURLConnection. Made many of the delegate methods optional—only -requestSucceeded and requestFailed:withError: are required. Fixed -_sendRequestWithMethod:path:queryParameters:body:requestType:responseType so it can handle requests for trends. Added #if DEBUG around NSLog() so a preprocessor definition can be used to control logging. Fixed a crash in the NSURLConnection authentication challenge if the username and/or password was nil. Major reorganization of source code so similar methods are grouped together (using the same grouping as Twitter's own documentation.) Added much more granularity to the MGTwitterRequestType enumeration: an application can now determine which method was used to generate a data object. More... almost 15 years ago
Cleaned up getSearchResultsForQuery:. More... about 15 years ago
Added documentation and sample code for delivery options. More... about 15 years ago
Added delivery options for delegate callbacks. More... over 15 years ago
Removed a stray .plist file. More... over 15 years ago
Added delegate callback for each parsed object. More... over 15 years ago
Added new delegate method that is called whenever a connection is finished -- makes final cleanup easier when there are multiple connections. More... over 15 years ago
Added svn:ignore to user files in Xcode project. More... over 15 years ago
Added svn:ignore to build and yajl folders. More... over 15 years ago
Code and documentation cleanup. Added many more tests/examples to the app controller. More... over 15 years ago
Changed layout of main header file to match Twitter documentation. Started review of API: noted missing, deprecated, removed and undocumented methods. More... over 15 years ago
First pass at implementing the search API. More... over 15 years ago
Finished parsing code with YAJL: status, message, user and misc result sets are now instantiated as arrays of dictionaries. More... over 15 years ago
Started work on YAJL callbacks to instantiate objects. More... over 15 years ago
First pass at adding JSON support with YAJL. More... over 15 years ago
Added new TODO items More... over 15 years ago
We now no longer obfuscate the fact that this code compiles for iPhone too. More... over 15 years ago
Bumping version number for this week's changes. More... over 15 years ago