我正在我的网站上集成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.phpand $consumerKey, $consumerSecret, $accessKey, $list_id, $account_idand $accessSecret。我在AWeber.com上注册了帐户,但没有找到这些凭据。