Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rarous/graphapi
- Owner: rarous
- License: apache-2.0
- Created: 2010-07-22T16:11:09.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:40:41.000Z (11 months ago)
- Last Synced: 2023-12-15T15:53:18.811Z (11 months ago)
- Language: C#
- Homepage:
- Size: 4.82 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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)