Android 获取特定用户Pinterest的所有PIN

Android 获取特定用户Pinterest的所有PIN,android,pinterest,Android,Pinterest,嘿,我正在尝试从android应用程序中的pinterest API获取特定用户的所有PIN 但正如我现在看到的,在搜索后,我发现没有公共Api,它包含获取特定用户的所有PIN的端点http://widgets.pinterest.com/v3/pidgets/users/eecolor/pins/ 这很好用,但不包含pin创建日期。 此外,我还检查了官方网站,其中包含一个引脚列表和数据包含创建日期 那么我如何才能做到这一点,是否有任何额外的字段应该添加到上一个端点 谢谢您可以从这里获得刮削:

嘿,我正在尝试从android应用程序中的pinterest API获取特定用户的所有PIN 但正如我现在看到的,在搜索后,我发现没有公共Api,它包含获取特定用户的所有PIN的端点
http://widgets.pinterest.com/v3/pidgets/users/eecolor/pins/

这很好用,但不包含pin创建日期。
此外,我还检查了官方网站,其中包含一个引脚列表和数据包含创建日期

那么我如何才能做到这一点,是否有任何额外的字段应该添加到上一个端点

谢谢

您可以从这里获得刮削: [在此处放置pin id]/

请参见页面代码:


meta-itemprop=“datePublished”content=“2015-05-19T10:31:33”/

我发现,除非您是页面管理员,否则无法从特定页面获取pinterest PIN,但在这种情况下,您可以使用此url来使用rest Api

"https://api.pinterest.com/v1/me/pins/?access_token=token&fields=id%2Curl%2Cnote%2Ccreated_at%2Cimage&limit=10
可以从这里生成访问令牌

https://developers.pinterest.com/tools/access_token

问候

感谢您的帮助,但我想一次检索所有PIN,并希望得到json响应