pinterest4j is a Pinterest API library for the Java language licensed under Apache License 2.0.
Contributors:
// using default configurations
Pinterest pinterestObj = new PinterestImpl(new ConfigurationBcImpl(), new OAuth2Token("<access-token>"));
User user = pinterestObj.getUser("<username>");