Codigami / pinterest4j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Java 100.0%