My favorites | Sign in
Google
Projects on Google Code Results 1 - 2 of 2
Java API Class for Pownce.com integration Well documented Java API for Pownce. Usage as follows Pownce myPownce = new Pownce("xml", app_key); myPownce.sendMessage("public", "hey everybody!"); myPownce.authorize(username, password); myPownce.execute(); The current release incor...
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.