Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 403 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 403 Bytes

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>");