The Facebook Graph Toolkit is the robust C# Library for implementing Facebook Graph API in .NET framework, especially in ASP.NET. A simple approach towards app authorization means that developers can focus on the unique features of their app
instead. It is easy to use and supports many commonly used Api calls out of the box, like publishing photos and performing FQL queries. Api calls return strongly typed objects with Intellisense support, meaning that it is unnecessary to lookup properties and
connections on the Facebook Developer page.
Latest release: 4.0, July 11 2012
Tutorial and Documentation available at
http://computerbeacon.net
Get Started at
http://computerbeacon.net/facebookgraphtoolkit/tutorial/basics/ .
Blog: http://computerbeacon.net/blog/
Example App:
https://apps.facebook.com/aspdotnetsample/
Features
- OAuth 2.0 Authorization with Permissions
- Graph Api objects
- Album, Application, Comment, Event, Group, Link, Note, Page, Photo, Post, StatusMessage, User
- Graph Api connections
- albums, events, feed, friends, home, likes, links, notes, photos, posts, statuses
- Test Users Api
- AppRequest Dialog, Feed Dialog, Send Dialog, AddFriend Dialog
- Publish to Facebook Wall with optional async methods(photos, link posts, status updates)
- Create and Rsvp Facebook Events on behalf of the user
- Intellisense support
- Supports both canvas apps and external sites
More Features
Complete Update Log