Mobile 0.3

- removed ability to display entire view while loading facebook data
- removed loading sheet transition
- compiles cleanly against 2.2 sdk
- added UIImage upload support
- added support for granting extended permissions (use with "offline_access" to get a session that won't expire)

I apologize for the incredibly messy state of this project. This stuff is old and UGLY. I will try to get things cleaned up ASAP. Until then, please excuse the mess.

Desktop 0.7.7 Beta 2

New MKErrorWindow class for displaying connection and parsing errors.

MKFacebookRequest will now by default display a simple error window under the following conditions:
- Facebook returns invalid data for constructing a NSXMLDocument
- network connection errors
- Facebook xml is an error message (i.e. missing parameters)

MKFacebook will now display more useful error messages if any of the authentication process fails.

New indeterminate progress indicator in login window while waiting to obtain auth token from Facebook.

License changed back to FreeBSD.

Mobile 0.2

- new CXML classes included
- delegate method -(void)facebookAuthenticationError:(NSDictionary *)error - removed
- CXML memory leak fixed
- login view memory leak fixed
- improved error handling, pre defined error messages may not be appropriate for all applications but they're easy to find and change
- cancel buttons now displayed correctly when loading requests
- probably did some other stuff

Mobile 0.1

Initial Release

It's incomplete and there is no documentation.

Desktop 0.7.6

License changed to Creative Commons. No other changes.

Desktop 0.7.5

This is a minor but important update. 0.7.4 completely broke the login window and authentication process.
0.7.5 fixes the login problem introduced in 0.7.4, the ONLY changes for this version were to lines 263 and 271 in the MKFacebook.m file. Simply change the "getAuthSession:" selectors to "getAuthSession", that's right just delete two colons if you don't want to download it again.
Picture Taker Example updated to include 0.7.5, hopefully it works correctly this time.
Sorry about that.

Desktop 0.7.4

What's new in 0.7.4
- fixes potential memory leak in MKFacebookRequest class
- improved support for plugin applications
- new method grantExtendedPermissions

Documentation has been updated.
Picture Taker Example application has been updated to demonstrate grantExtendedPermissions.

UPDATE: This release broke the login window. To restore logins in this version edit lines 263 and 271 in the MKFacebook.m file. Simply change the "getAuthSession:" selectors to "getAuthSession", that's right just delete two colons if you don't want to download it again.

Mobile MKAbeFook

Development for Mobile MKAbeFook for the iPhone and iPod Touch is underway...

Desktop 0.7.2

Fixes bug that could cause application to crash if the login window is closed before a user logs in.

Desktop 0.7.3

So apparently the “fix” in 0.7.2 broke things for PPC machines running Leopard. Go figure.

0.7.3 fixes the PPC bug created earlier today.

Also there is a new example application on the downloads page.

Syndicate content