Перейти к файлу
R. Tyler Ballance 6f1b211736 Turns out singletons in the global app domain is a terribly stupid idea.
svn path=/trunk/facebook-sharp/; revision=90250
2007-11-24 02:11:19 +00:00
contrib Add the beginnings of Mono.Facebook.Platform 2007-09-23 07:49:25 +00:00
doc Updated documentation 2007-04-09 18:29:43 +00:00
examples Polish off some more Facebook API calls 2007-11-08 09:37:59 +00:00
src Turns out singletons in the global app domain is a terribly stupid idea. 2007-11-24 02:11:19 +00:00
AUTHORS 2007-04-09 George Talusan <george@convolve.ca> 2007-04-09 18:26:14 +00:00
COPYING Initial check-in of facebook-sharp 2007-03-13 19:00:37 +00:00
ChangeLog Add NAnt build script 2007-09-22 23:59:22 +00:00
INSTALL Initial check-in of facebook-sharp 2007-03-13 19:00:37 +00:00
Makefile.am Initial check-in of facebook-sharp 2007-03-13 19:00:37 +00:00
NEWS Initial check-in of facebook-sharp 2007-03-13 19:00:37 +00:00
README * Update README, this ain't smugmug 2007-07-11 02:46:59 +00:00
autogen.sh Initial check-in of facebook-sharp 2007-03-13 19:00:37 +00:00
config.guess Initial check-in of facebook-sharp 2007-03-13 19:00:37 +00:00
config.sub Initial check-in of facebook-sharp 2007-03-13 19:00:37 +00:00
configure.ac Initial check-in of facebook-sharp 2007-03-13 19:00:37 +00:00
facebook-sharp.build Switch over to System.Web.Script.Serialization, "finish" up support for deserializing the "User" object (users.getInfo) from Facebook. 2007-10-14 06:07:59 +00:00
facebook-sharp.mdp * Update README, this ain't smugmug 2007-07-11 02:46:59 +00:00
facebook-sharp.mds * Update README, this ain't smugmug 2007-07-11 02:46:59 +00:00

README

Last updated: 2007-07-05

README for facebook-sharp
---------------------------
facebook-sharp is a Mono/.NET library that let's you access the Facebook Platform services
from within a Mono/.NET application or an ASP.NET web application.

You can create albums, categories, upload files and request information.


* Directory Layout
------------------

	docs/
		Monodoc documentation for the library

	example/
		Sample programs using the library

	src/
		Source files for the library

Maintainer: thomas.vanmachelen@gmail.com