Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rarous/graphapi

Facebook Graph API for .net
https://github.com/rarous/graphapi

Last synced: about 1 month ago
JSON representation

Facebook Graph API for .net

Awesome Lists containing this project

README

        

.net implementation of Facebook Graph API http://developers.facebook.com/docs/reference/api/

Includes:
* support for JS SDK login and OAuth authentication
* strongly typed objects of Graph
* publication API for wall posts and albums (photos BTA)

How to build
=============

1. Download source
2. Run .\build.ps1 from powershell
3. Final binaries are in Release folder

(You need .net 4 compiler to successfuly build this project)