我正在使用 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
谢谢!