File "oauth_adapter.php"
Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/includes/vendor/aweber/oauth_adapter.php
File size: 165 bytes
MIME-type: --
Charset: utf-8
<?php
interface AWeberOAuthAdapter {
public function request($method, $uri, $data = array());
public function getRequestToken($callbackUrl=false);
}
?>