Navarr's Tech Side The Technical Side of my Life

17Nov/090

Twitter API Library Build 12

If you’ve been watching this blog, you’ll notice I skipped Build 11 – It was small, and was trumped by its quick replacement – Build 12.  Builds 11 and 12 fixed five previous known issues, while build 12 fixed a non-issue with build 11.  Fixes listed below:

  • The following now work with all users:
    • Twitter::get_sn_from_id()
    • Twitter::get_name_from_id()
    • Twitter::get_id_from_sn()
    • TWML::name()
    • TWML::profile_pic()
  • Addition of User Cache commands for use by TWML and the get_x_from_y() commands.

As always, the most recent build is available at github.

17Nov/090

Twitter API Library Version 0.2 Build 10

I pushed Version 2 Build 10 of the Twitter API Library to github.  This new version still does not fix any of the previous errors, so the changelog is quite minor.

  • Updated to TwitterOAuth v0.2-beta
    • "fixes several bugs"
    • Support for OAuth 1.0a
  • Added a boolean return to require_login().