
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

interface AWeberOAuthAdapter {

    public function request($method, $uri, $data = array());
    public function getRequestToken($callbackUrl=false);

}


?>
