Skip to content

Instantly share code, notes, and snippets.

<?php
/* Load OAuth lib. You can find it at http://oauth.net */
require_once('OAuth.php');
if (!class_exists('TwitterOAuth')) {
/**
* Twitter OAuth class
*/
<?php
// vim: foldmethod=marker
/* Generic exception class
*/
class OAuthException extends Exception {
// pass
}
class OAuthConsumer {