Google で検索して、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 の場所がわかりません。