????
| Current Path : /home2/morganrand/www/wp-content/plugins/bloom/subscription/aweber/ |
| Current File : /home2/morganrand/www/wp-content/plugins/bloom/subscription/aweber/oauth_adapter.php |
<?php
interface AWeberOAuthAdapter {
public function request($method, $uri, $data = array());
public function getRequestToken($callbackUrl=false);
}
?>