Retrieve pinterest pin comments through the API

2019-03-20 17:19发布

问题:

I am using the v1 API ( https://api.pinterest.com/v1/pins/{PIN_ID}/ ... ) but there is no documentation on how to retrieve comments for certain pin.

So how do you do that?

回答1:

You cannot currently retrieve comments for a Pin via the public API. You can only retrieve the comment count.

All available fields are listed at https://developers.pinterest.com/docs/api/pins/.