php-twitpic icon indicating copy to clipboard operation
php-twitpic copied to clipboard

A wrapper for the TwitPic API to make it easy to interact with all of TwitPic's features. Uses OAuth for authentication.

This library is abandoned and I no longer work at Twitpic. It's probably not a good idea to use it.

Twitpic is dead. You probably, really truly, do not want to be using this. Think of it as a relic from the past. It's kind of like you're visiting a museum.

About

The TwitPic class provides full access to the TwitPic API, including photo uploads and write-enabled API methods.

Dependencies

Due to the complexity of OAuth, there are 2 PEAR packages that are required (not counting their own dependencies):
  • HTTP_OAuth
  • HTTP_Request2

If anyone is interested in porting this project to remove these dependencies, feel free to fork it and give it a go.

Example Usage

Check out the file aptly named EXAMPLE.php to see how the class is used. More examples coming soon.