This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

1. Twitter-GLib

/!\ Twitter-GLib has not been updated to the new OAuth authentication mechanism used by Twitter. Hence, it's basically useless except for viewing public timelines. If you want to interact with Twitter I suggest you use librest and libsocialweb

1.1. About

Twitter-GLib is a GObject-based C wrapper library around the (almost-) RESTful web API provided by Twitter. Twitter-GLib provides an object-oriented API around the webservice methods and data structures, and allows writing clients for Twitter and all the web services offering a Twitter-compatible API, like Identi.ca.

1.2. Requirements

In order to compile Twitter-GLib you will need the following packages:

1.3. Development

1.3.1. Releases

Twitter-GLib 0.9.8
-------------------------------------------------------------------------------

Emmanuele Bassi (14):
      Post release bump to 0.9.7
      [twitter-glib.pc] Add libsouppkg variable
      Build GObject Introspection data
      [build] Shave the build process
      [build] Add dolt
      [build] Simple build fixes
      [build] Check for gmtime_r
      Twitter returns timestamps in UTC
      [build] Patch gtk-doc.make
      [build] Remove DOLT files on distclean
      [build] Remove AM_MAINTAINER_MODE
      [build] Reference source files using srcdir
      [build] Clean up configure.ac
      Rework the Twitter time-to-timestamp conversion

Ross Burton (2):
      Fix TwitterUser's dispose chaining
      TwitterStatus should take weak references on the TwitterUser

2024-10-23 10:59