/pinterest4j

Primary LanguageJavaApache License 2.0Apache-2.0

pinterest4j

pinterest4j is a Pinterest API library for the Java language licensed under Apache License 2.0.

Contributors:

How to use

// using default configurations
Pinterest pinterestObj = new PinterestImpl(new ConfigurationBcImpl(), new OAuth2Token("<access-token>"));
User user = pinterestObj.getUser("<username>");