问题描述
嘿,我试图让所有引脚从Pinterest的API在Android应用程序的特定用户
但是当我看到现在有搜索,我发现这个Post其中包含一个结束点取特定用户的所有引脚 http://widgets.pinterest.com/v3/pidgets/users/eecolor/pins/
结果
这完美的作品,但它不包含引脚创建日期。结果
我也有检查的官方网站其中包含引脚列表中和数据包含创建日期
让我怎么能做到这一点,有没有我应该加入到previous终点结果任何额外领域
谢谢
我发现,有没有办法让特定页面Pinterest的引脚,除非你是页面的管理,但在这种情况下,你可以使用这个网址使用REST API
<$p$p><$c$c>\"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
问候
Hey i'm trying to get all pins for a specific user from pinterest API in android app but as i see for now there is no public Api after searching i found this Post which contain an end point for fetching all pins of specific user http://widgets.pinterest.com/v3/pidgets/users/eecolor/pins/
and this works perfectly but it doesn't contain the pin creating date.
Also i have checked the official website which contain a sample response for pins list and the data contain creation date
so how i can do this,is there any extra field should i added to the previous endpoint
Thanks
I found that there is no way to get pinterest pins from specific page unless you are the the admin of the page, but in this case you can use this url for using rest Api
"https://api.pinterest.com/v1/me/pins/?access_token=token&fields=id%2Curl%2Cnote%2Ccreated_at%2Cimage&limit=10
and the access token could be generated from here
https://developers.pinterest.com/tools/access_token
Regards
这篇关于获取特定用户的Pinterest的所有引脚的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!