我在 stackoverflow 上搜索并搜索过,但找不到答案。
我正在编写一个应用程序,这需要访问 Pinterest API。这是我的 github 仓库:https ://github.com/kellan/pinterest.api.php
$p = new Pinterest_API();
$p->fetch_access_token($client_id, $client_secret, $username, $password);
$resp = $p->some_api_call($args);
但我不知道在哪里可以找到 $client_id 和 $client_secret?