我正在使用API,我需要关注的事情,我先得到两件事,但不知道如何获得另外两件事。你可以指导我:
$consumerKey = '****'; # replace with your real keys
$consumerSecret = '****'; # replace with your real keys
$accessKey = '****'; # replace with your real keys
$accessSecret = '****'; # replace with your real keys
谢谢!
答案 0 :(得分:0)
AWeber的API文档解释了如何获取所有密钥,特别是这篇博文,帮助我快速轻松地获取密钥。
http://engineering.aweber.com/quick-start-api-script-in-php/