OpenGraph for Java (OG4J)
Usage
This package includes neither HTTP client nor HTML parser, so you can use it with whatever you prefer.
Please see test class for usage example with jsoup.
Maven
<dependency>
<groupId>me.shakiba.og4j</groupId>
<artifactId>og4j</artifactId>
<version>0.0.1</version>
</dependency>