2007-05-25 09:16:52 +04:00
|
|
|
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
|
|
|
|
|
2007-05-16 09:53:23 +04:00
|
|
|
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
|
|
|
|
|
2007-04-27 10:01:25 +04:00
|
|
|
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
|
|
|
|
|
2007-04-09 22:26:14 +04:00
|
|
|
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
|
|
|
|
|
2007-04-08 20:29:26 +04:00
|
|
|
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
|
|
|
|
|
2007-04-08 16:25:44 +04:00
|
|
|
2007-04-08 George Talusan <george@convolve.ca>
|
|
|
|
* src/Mono.Facebook/FacebookParam.cs: fix array support
|
|
|
|
|
2007-04-03 09:32:58 +04:00
|
|
|
2007-04-03 Thomas Van Machelen <thomas.vanmachelen@gmail.com>
|
|
|
|
* doc/*: update documentation to reflect additions to the library
|
|
|
|
|
2007-03-30 22:45:41 +04:00
|
|
|
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
|
|
|
|
|
|
|
|
* examples/GetFriends.cs:
|
|
|
|
* examples/GetEvents.cs:
|
|
|
|
* examples/Makefile.am:
|
|
|
|
Added examples by George Talusan to demonstrate the new
|
|
|
|
methods
|
|
|
|
|
2007-03-27 09:28:13 +04:00
|
|
|
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
|
|
|
|
|
2007-03-13 22:07:23 +03:00
|
|
|
2007-03-16 Thomas Van Machelen <thomas.vanmachelen@gmail.com>
|
|
|
|
* src/Mono.Facebook/Tag.cs: remove ugly characters
|
|
|
|
|