Changes for version 3.03000 - 2009-06-25

  • Twitter API update:
    • Added screen_name and user_id parameters to new_direct_message
    • Added show_friendship method (friendships/show.json)
  • Made Net::Twitter safe for subclassing
  • Added "authenticate" parameter handling. By default REST API methods inclued an Authorization header; Search API methods do not. Can be overridden with "authenticate => 0|1". This finally allows getting rate_limit_status by user (the default), or by IP address, with ->rate_limit_status({ authenticate => 0 }).
  • Added FAQ section to pod

Modules

A perl interface to the Identi.ca Twitter Compatible API
A perl interface to the Twitter API
Moose sugar for defining Twitter API methods
Net::Twitter implementation
A Net::Twitter exception object
Net::Twitter with 'Legacy' and 'OAuth' roles for backwards compatibility
A definition of the Twitter REST API as a Moose role
A definition of the Twitter Search API as a Moose role
A definition of the TwitterVision API as a Moose role
A Net::Twitter legacy compatibility layer as a Moose role
Net::Twitter role that provides OAuth instead of Basic Authentication
Wraps Net::Twitter exceptions
A perl interface to the Twitter Search API

Provides

in lib/Net/Twitter/API.pm