How to get access token for access Pinterest Api

2019-07-13 19:03发布

I have Googled and searched on stackoverflow but could not find the answer.

I am writing an app, and this needs access to the Pinterest API. This is my github repo: 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);

But i dont know where to find $client_id and $client_secret?

标签: api pinterest
3条回答
唯我独甜
2楼-- · 2019-07-13 19:23
看我几分像从前
3楼-- · 2019-07-13 19:33

As far as I'm aware, the Pinterest API has been taken down. I even got a take-down notice on my Pinterest Chrome extension.

查看更多
可以哭但决不认输i
4楼-- · 2019-07-13 19:33

Yep, Pinterest API has been taken down. All my apps were affected as well.

This v1 api link now only shows hyphen, dash on its count

http://api.pinterest.com/v1/urls/count.json?callback=receiveCount&url=http://facebook.com

We can only wait till its back. I bookmarked your question and will try to update you when its back.

查看更多
登录 后发表回答