我正在与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谢谢!
发布于 2016-10-28 03:35:07
AWeber的API文档解释了如何获取所有的密钥,特别是这篇博客文章,帮助我快速轻松地获取密钥。
http://engineering.aweber.com/quick-start-api-script-in-php/
https://stackoverflow.com/questions/40182061
复制相似问题