This is the first RTW version of the Facebook C#/.Net SDK. We have switched to a new version system. Our version number will now be consistent with the .Net Framework version we are primarily building on. So we are now on version 4.0.0.0 Release 1. The next version targeting .Net 4.0 will be 4.0.0.0 Release 2, etc.
Features and Changes
- Full support for Graph and Rest APIs
- Two sample projects to help get started quickly
- Removed InvalidProperty class (now invalid properties return null)
- Added documentation
- Added additional unit tests and integration tests