I am integrating AWeber on my site but i found problem and must say the documentation is not too clear .
<?php
require_once('aweber_api/aweber_api.php');
$consumerKey = '***'; # put your credentials here
$consumerSecret = '***'; # put your credentials here
$accessKey = '***'; # put your credentials here
$accessSecret = '***'; # put your credentials here
$account_id = '***'; # put the Account ID here
$list_id = '***'; # put the List ID here
$aweber = new AWeberAPI($consumerKey, $consumerSecret);
But I don't know, from where I get aweber_api/aweber_api.php and $consumerKey , $consumerSecret , $accessKey , $list_id,$account_id and $accessSecret . And I made account on AWeber.com and there I don't find these credentials.