Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 804 Bytes

README.textile

File metadata and controls

17 lines (11 loc) · 804 Bytes

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.