私は自分のサイトにAWeberを統合していますが、問題が見つかりました。ドキュメントがあまり明確ではないと言わざるを得ません。
<?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);
しかし、どこからaweber_api/aweber_api.php
と$consumerKey
, $consumerSecret
, $accessKey
,$list_id
とが得られるかわかりません。AWeber.comでアカウントを作成しましたが、これらの資格情報が見つかりません。$account_id
$accessSecret