Wed Apr 11 17:42:47 PDT 2007 Christian Hammond * libwebservices/common/Makefile.am: * libwebservices/common/webservice.c: * libwebservices/common/webservice.h: * libwebservices/photo/photo-service.c: * libwebservices/Makefile.am: * tests/Makefile.am: * tests/check-webservices.c: * configure.ac: - The beginnings of the Flickr support. We handle making API calls and generating the API signature now. We're able to successfully get a Frob, which is the first step in authentication. Wed Apr 11 13:00:28 PDT 2007 Christian Hammond * libwebservices/common/webservice.c: * libwebservices/common/webservice.h: * libwebservices/social/twitter-service.c: * tests/twitter-post.c: - Added ws_web_service_{set,get}_{username,password}. - Twitter doesn't actually do an initial authentication, so now that the username and password is no longer part of the authenticate() call, ignore the checks for is_authentication. Sun Mar 25 23:50:02 PDT 2007 Christian Hammond A libwebservices/social.h: - Add social.h, which will include all the main components in libwebservices/social/. Sun Mar 25 19:14:52 PDT 2007 Christian Hammond A libwebservices/common/webservice.c: A libwebservices/common/webservice.h: A libwebservices/social/Makefile.am: A libwebservices/social/twitter.h: A libwebservices/social/twitter-service.c: A libwebservices/social/twitter-service.h: A libwebservices/social/twitter-status.c: A libwebservices/social/twitter-status.h: A libwebservices/social/twitter-user.c: A libwebservices/social/twitter-user.h: * libwebservices/common.h: * libwebservices/common/Makefile.am: * libwebservices/Makefile.am: * tests/Makefile.am: A tests/twitter-post.c: A acinclude.m4: * configure.ac: - Added the base of WsWebService. - Added the base of the Twitter API. - Added a twitter-post program that uses the twitter API to post status updates.