Project DescriptionLike the title says, this is an asynchronous Facebook API for .NET. It's designed to be both easy to use and scalable/robust. It assumes a working knowledge of the
Facebook developer platform. If you're having scalability or performance issues with the
Facebook Developer Toolkit or are concerned with the scalability/performance of your Facebook application, this is the library for you.
Goals
- Maximum scalability
- High performance
- Introduce developers to asynchronous development – It's not that hard!
ScruplesWe
will not expose synchronous api's for anything that makes a call to the Facebook RESTful API. Synchronous API's to remote web services lead to nothing but heartache (frozen desktop applications, unresponsive web sites, and crashes). Asynchronous programming isn't as hard as you might think. Give it a shot. If you can do AJAX, you can use this library. Read
JD's blog for details.
TODOThere is a large TODO list. This project is in its infancy and needs help! It works, but is not quite feature rich enough for a 1.0 release. Hopefully sometime soon we'll have something respectable to release. For now, grab the
0.1 release and have a go!