Skip to content

Releases: dempe/pinterest-java

Updating Pins via PATCH

17 Jun 15:34
Compare
Choose a tag to compare
v1.16

[maven-release-plugin] prepare for next development iteration

Adding Support for Pin Deletion

28 Apr 01:00
Compare
Choose a tag to compare

All you need is the Pin ID and an access token with write access to the Pin question.
This method returns true if the Pin was successfully deleted; false otherwise.

final boolean deleted = pinterest.deletePin("<INSESRT_PIN_ID>");

Simplified Board Retrieval

28 Apr 01:04
Compare
Choose a tag to compare

Board names are now of the form username/board (e.g., cdatarank/欲しいもの from URL: https://www.pinterest.com/cdatarank/欲しいもの/). This is how Pinterest treats Board names as well.

Previously, this SDK required the user to pass in both username and board separately, but there is no need for this.