The Facebook Graph Toolkit is a brand new ASP.NET Library for implementing Facebook Graph Api. It's easy to use, fast and powerful.
Latest release
Version 3.0, released on 14 March 2012
Download
Want to know what's new in this release? Check out the Update Log.
Example App
An example app can be accessed at
https://apps.facebook.com/aspdotnetsample/ . The source code behind the app
can be downloaded at the Downloads page.
Tutorial
The tutorial of Facebook Graph Toolkit walks new developers through the setup of
creating a new Facebook App in ASP.NET, as well as providing example codes and
tips.
Learn more about Facebook Graph Toolkit
Features
Easy to use
|
Facebook Graph Toolkit provides directy access to each object's property, so you won't have to worry about checking the properties at Facebook's Graph Api
Documentation or accidentally making a mistake. Intellisense gives you instant access to the information about each property, method and class.
|
 |
OAuth 2.0 Authorization
Implementing Authorization with Extended Permissions in Facebook Graph Toolkit can't be easier. Simply set up two properties and you're on the go.
Rich Graph Api support
|
Facebook Graph Toolkit supports a wide variety of Graph Api objects and connections.
Objects: Album, Application, Comment, Event, Group, Link, Note, Page, Photo, Post, StatusMessage, User
Connections: albums, events, feed, friends, home, likes, links, notes, photos, posts, statuses
|
 |
Publish features
Through Facebook Graph Toolkit, you can directly publish a message, link or even a photo to your user's Facebook Wall immediately, all in one line of
code! The toolkit automatically handles all the stuff for you. All you need to do is to type that line in your code.