Граф коммитов

14 Коммитов

Автор SHA1 Сообщение Дата
R. Tyler Ballance 1805f51494 Add NAnt build script
svn path=/trunk/facebook-sharp/; revision=86227
2007-09-22 23:59:22 +00:00
Thomas Van Machelen be4210968d 2007-07-26 Thomas Van Machelen <thomas.vanmachelen@gmail.com>
* src/Mono.Facebook/Util.cs:
		keep the serializers in a dictionary so we don't have to
		create them with each call

svn path=/trunk/facebook-sharp/; revision=82719
2007-07-26 04:40:03 +00:00
Thomas Van Machelen 7498755fef 2007-07-25 Thomas Van Machelen <thomas.vanmachelen@gmail.com>
* src/Mono.Facebook/FacebookSession.cs:
		add method so that user can be forced to create an infinite
		session
	* examples/InfiniteSession.cs:
		update example to use new api methods

svn path=/trunk/facebook-sharp/; revision=82644
2007-07-25 05:22:14 +00:00
Thomas Van Machelen d5699074f7 2007-05-25 Thomas Van Machelen <thomas.vanmachelen@gmail.com>
* src/Mono.Facebook/Util.cs:
		add new utility methods
	* src/Mono.Facebook/User.cs:
		make both the notes count and the wall count properties
		nullable as - apparently - they aren't always filled in 
		and also use the new util methods

svn path=/trunk/facebook-sharp/; revision=77935
2007-05-25 05:16:52 +00:00
Thomas Van Machelen f70039d20f 2007-05-16 Thomas Van Machelen <thomas.vanmachelen@gmail.com>
* src/Mono.Facebook/Location.cs:
	* src/Mono.Facebook/User.cs: 
		fix some problems with deserialization, the generic Nullable 
		fields didn't behave as expected when no data was available 
		in the xml
	* examples/GetUser.cs: add an example to easily keep testing this
		in the future

svn path=/trunk/facebook-sharp/; revision=77448
2007-05-16 05:53:23 +00:00
Thomas Van Machelen 47eabfdd63 2007-04-27 Thomas Van Machelen <thomas.vanmachelen@gmail.com>
* src/Mono.Facebook/FacebookSession:
		add an extra constructor to restart an infinite session and
		return the SessionInfo on GetSession if it's an infinite one
	* src/Mono.Facebook/Responses:
		add the expires attribute on SessionInfo so we can check for
		infinite sessions and add an extra constructor to restore the
		infinite session
	* examples/Makefile.am:
	* examples/InfiniteSession.cs:
		a new example to demonstrate the use of infinite sessions


svn path=/trunk/facebook-sharp/; revision=76369
2007-04-27 06:01:25 +00:00
Thomas Van Machelen cb98d2c772 2007-04-09 George Talusan <george@convolve.ca>
* src/Mono.Facebook/User.cs: 
		cover user information better
	* src/Mono.Facebook/Location.cs:
		fix up properties a bit

svn path=/trunk/facebook-sharp/; revision=75542
2007-04-09 18:26:14 +00:00
Thomas Van Machelen dc8e4230e2 2007-04-08 Thomas Van Machelen <thomas.vanmachelen@gmail.com>
* src/Mono.Facebook/Error.cs: 
		new class to respresent error
	* src/Mono.Facebook/FacebookException.cs: 
		represent facebook message better
		
	* src/Mono.Facebook/Util.cs:
		use new exception signature, deserialize
		the error responses for real

svn path=/trunk/facebook-sharp/; revision=75519
2007-04-08 16:29:26 +00:00
Thomas Van Machelen 825b500e1f 2007-04-08 George Talusan <george@convolve.ca>
* src/Mono.Facebook/FacebookParam.cs: fix array support

svn path=/trunk/facebook-sharp/; revision=75515
2007-04-08 12:25:44 +00:00
Thomas Van Machelen c518c587af 2007-04-03 Thomas Van Machelen <thomas.vanmachelen@gmail.com>
* doc/*: update documentation to reflect additions to the library

svn path=/trunk/facebook-sharp/; revision=75321
2007-04-03 05:32:58 +00:00
Thomas Van Machelen dcdb49f599 2007-03-30 Thomas Van Machelen <thomas.vanmachelen@gmail.com>
A big code drop to implement the missing methods of the facebook api.
	This work is a merge of my work with various pieces of code by George
	Talusan (george@convolve.ca) which improved mine.  Thank you, George.

	* src/Mono.Facebook/Album.cs: 
		use static method to create parameters

	* src/Mono.Facebook/Event.cs:
	* src/Mono.Facebook/Friend.cs:
	* src/Mono.Facebook/FriendInfo.cs:
	* src/Mono.Facebook/Group.cs:
	* src/Mono.Facebook/FacebookSession.cs:
	* src/Mono.Facebook/Location.cs:
	* src/Mono.Facebook/Notification.cs:
	* src/Mono.Facebook/PeopleList.cs:
	* src/Mono.Facebook/Responses.cs:
	* src/Mono.Facebook/User.cs:
		Add methods and classes for retrieving information for events, 
		friends, groups, notifications and users.  This way the 
		following methods are also implemented now:

	* src/Makefile.am: add new files to build

	* src/Mono.Facebook/FacebookParam.cs:
		Add support for handling arrays as value and hide constructor
		so that one needs to call FacebookParam.Create to obtain a
		parameter


svn path=/trunk/facebook-sharp/; revision=75227
2007-03-30 18:45:41 +00:00
Thomas Van Machelen 94437442e5 2007-03-27 George Talusan <george@convolve.ca>
* src/Mono.Facebook/Util.cs: fix the way the response stream is read,
	the old implementation sometimes caused the deserialization to fail

svn path=/trunk/facebook-sharp/; revision=75006
2007-03-27 05:28:13 +00:00
Thomas Van Machelen f050127e7f 2007-03-16 Thomas Van Machelen <thomas.vanmachelen@gmail.com>
* src/Mono.Facebook/Tag.cs: remove ugly characters

svn path=/trunk/facebook-sharp/; revision=74198
2007-03-13 19:07:23 +00:00
Thomas Van Machelen 69ee278655 Initial check-in of facebook-sharp
svn path=/trunk/facebook-sharp/; revision=74196
2007-03-13 19:00:37 +00:00