【发布时间】:2016-03-09 21:46:13
【问题描述】:
我在 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?
【问题讨论】:
-
@Emil 很怀疑,因为他链接的 github 存储库不是由 Pinterest 开发的,它是第 3 方,Kellan Elliott-McCrea 的。