资 源 简 介
This is a PHP class for Pownce.com API that allows for easy oauth integration.
Easy as in,
$pownce->verifyOauth($access_token, $access_token_secret);
$pownce->sendFile($to, $file, $body);
I would suggest checking out of SVN for most up to date source.