Releases: dempe/pinterest-java
Releases · dempe/pinterest-java
Updating Pins via PATCH
Adding Support for Pin Deletion
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
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.