I'm trying to retrieve a specific subscriber from an AWeber list using the PHP SDK.
Code:
$subscribers = $account->loadFromUrl("/accounts/$account->id/lists/$list_id/subscribers");
var_dump($subscribers->find(array('email' => $email))); exit;
The problem is, I'm getting the following error:
WebServiceError: Method requires access to Subscriber information.
Google comes empty handed.