我在我的網站上集成AWeber但我發現問題並且必須說文檔不太清楚。集成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
,$account_id
和$accessSecret
。我在AWeber.com上做了帳戶,在那裏我找不到這些憑據。