Desktop 0.5

- This update will break existing applications.
- New MKAsyncRequest class for making asynchronous requests
- New MKXMLParser class
- MKParsingExtras category removed, used MKXMLParser class instead
- “XML” on all facebook methods dropped
- Example, facebookPhotosGetXML is now facebookPhotosGet
- New JSON support
- See setFacebookDataFormat documentation in MKFacebook class
- dataReturnType options removed from MKPhotoUploader, it will return information based on facebookDataFormat in the MKFacebook object it uses

Desktop 0.4.5

- New login procedures
- Now uses delegate instead of notification
- See Getting Started page for example usage
- New MKPhotoUploader class
- See API and PhotoUploader example
- New methods for FQL, addTag, createAlbum
- Updated API (holy crap it was horrible) still a work in progress
- Login sheet no longer beeps when closed
- Parsing methods that return a NSDictionary now return properly formatted errors
- There are probably some other things I forgot about, please let me know what I broke

Desktop 0.4

- This version will require significant changes to your application. Please read both the new Facebook API and MKAbeFook API
- Now compatible with Facebook v1.0 API
- New methods reflect name changes in the Facebook v1.0 API
- Login window now properly releases itself when closed
- Login window uses recommended dimensions
- New XML parsing
- XML parsing available for most data returned by Facebook.com
- New error handling
- Exception is raised if login window cannot be displayed

Desktop 0.3.1

- Fixes NSXMLDocument memory leaks

Desktop 0.3

- Significant memory leak fixes

Desktop 0.2 Beta

New methods
- (BOOL)sessionPing;
- (void)resetFacebookConnection;

Desktop 0.2 Beta

- Authentication and Login Changes
- Methods used for authenticating with Facebook.com are now private
- Login windows now use skipcookie option to force new login
- Methods used to request XML or URLs from Facebook.com have been moved to MKFacebookMethods category
- MKParsingExtras category added, features the following methods
- (NSDictionary *)messagesGetCountAsDictionary;
- (NSDictionary *)pokesGetCountAsDictionary;
- (NSArray *)eventsInWindowAsArray:(int) startTime endTime:(int)endTime;
- (NSArray *)friendsGetRequestsAsArray;
- (NSArray *)friendsGetAsArray;

Desktop 0.1.2

- Uses new clean Facebook login page
- Ability to show login page as sheet

Desktop 0.1.1

- Added new Facebook method facebook.friends.getRequests

Desktop 0.1

- Initial Release

Syndicate content