RestFB is a free, simple and open-source Java Facebook Graph API and Old Rest API client.
If you're a Maven user, you'll be glad to know that RestFB is now available in the Maven central repository.
Detailed instructions on how to install and use the RestFB utility on your Mac are available HERE.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· New feature: you may annotate a method in a class mapped by JsonMapper with @JsonMappingCompleted.
· Your method may be private and must take 0 parameters or 1 JsonMapper parameter.
· This is useful for performing one-time actions after the JsonMapper has completed its work, e.g. massaging
· JSON data into other formats.
· Bugfix: The message_tags field in Post could throw an exception when JsonMapper attempted to map it.