summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2014-09-03tests: Remove more unused variables/codeChristophe Fergeau1-1/+0
2014-09-03tests: Don't call g_type_init() on newer glibChristophe Fergeau9-0/+18
2013-02-19Add example for twitter image uploadTimm Bäder3-1/+105
2012-06-16Drop obsolete g_thread_init()Martin Pitt7-7/+0
2011-10-26build: Link examples against gthread explicitlyEmmanuele Bassi1-2/+2
2010-09-06examples: Fix compiler warningsRob Bradford2-3/+3
2010-09-02examples: Add a demo for the continuous streamed modeRob Bradford2-1/+95
2010-08-17post-twitter: use the correct URL endpointRoss Burton1-2/+2
2010-06-16flickr-proxy: Allow specifying the permissions required in the login urlRob Bradford1-1/+1
2010-05-14get-flickr-favorites.c: add missing licenseRoss Burton1-0/+22
2010-05-14examples: add an example to sent a user a shout on Last.fmRoss Burton2-1/+148
2010-05-07Remove FacebookProxyRoss Burton2-200/+1
2009-10-12Fix compile warnings with const errorRoss Burton2-2/+2
2009-10-08Split the Facebook and Flickr backends to librest-extrasRoss Burton3-3/+3
2009-10-08Update for the versioned libraryRoss Burton1-1/+1
2009-08-04Fix formatting and style for the twitter testRoss Burton1-5/+4
2009-08-04Fix formattingRoss Burton1-2/+1
2009-08-04Use flickr_proxy_is_successful in the flickr exampleRoss Burton1-12/+3
2009-08-04Add better Flickr exampleRoss Burton2-29/+78
2009-08-03Use the new APIs and clean up get-fireeagle-locationRoss Burton1-13/+29
2009-08-03Rename test-oauth to get-fireeage-locationRoss Burton2-2/+2
2009-08-03Update post-twitter to reflect the new APIRoss Burton1-3/+1
2009-07-31Add an example which posts to Twitter (OAuth 1.0a)Ross Burton2-1/+85
2009-05-24Display the friend's status updatesRoss Burton1-11/+86
2009-05-24Fetch status updates in the facebook testRoss Burton1-4/+26
2009-05-24Add facebook test caseRoss Burton2-1/+103
2009-05-21Update commentRoss Burton1-1/+1
2009-05-21Fix test-oauth to work with the new APIRoss Burton1-4/+6
2009-05-19Add Flickr test caseRoss Burton2-1/+92
2009-05-15Use g_print instead of g_debugRoss Burton1-2/+2
2009-05-15Don't crash dump-xml if the document cannot be parsedRoss Burton1-2/+6
2009-04-27Update OAuth example and test to new APIRoss Burton1-3/+3
2009-04-14Add a example to dump a XML fileRoss Burton2-1/+114
2009-04-07Remove the unused mainloop in the OAuth testRoss Burton1-4/+0
2009-02-10Fix compile warningsRoss Burton1-3/+1
2009-01-15Add license header.Rob Bradford3-0/+66
2008-12-18Use rest_xml_node_unref in the testRoss Burton1-1/+1
2008-11-20Remove use of deprecated functionsRob Bradford2-78/+65
2008-11-18Fix leaks in test-xml.Rob Bradford1-3/+17
2008-09-18Add test-oauthRoss Burton2-2/+57
2008-09-18Add top_srcdir to the include path to fix distcheckRoss Burton1-1/+1
2008-09-11Fix declaration of proxy_call_raw_async_cbRoss Burton1-1/+1
2008-09-05Remove JSON wrappers & tests.Rob Bradford2-49/+3
2008-09-03Add <unistd.h> headers to fix warnings.Rob Bradford2-0/+2
2008-08-22Add an XML parser that parses XML into a simple structureRob Bradford2-1/+125
2008-08-20Add a test for JSON api.Rob Bradford2-3/+51
2008-08-20Make the "raw" test more interesting.Rob Bradford1-2/+30
2008-08-18Initial commitRob Bradford2-0/+43