| |||||
RestFB supports both the new Facebook Graph API and the older REST API.
RestFB is a bare bones utility for allowing Java developers to tightly integrate their Java-based apps and websites with various Facebook features and tools.
The library has no dependencies and is very well documented.
Here are some key features of "RestFB":
· Fetch user details
· Fetch comments
· Fetch, publish or delete posts
· Fetch connections
· Fetch insights
· Fetch metadata
· Execute FQL queries
· Search Facebook
· ... and much much more
What's New in This Release: [ read full changelog ]
· Now support Graph API FQL endpoint with new FacebookClient.executeFqlQuery() and FacebookClient.executeFqlMultiquery(). FacebookClient.executeQuery() and FacebookClient.executeMultiquery() have been deprecated.
· Fixed "expires" parsing in AccessToken.fromQueryString().
· Added "can_upload" field to Album.
· Added "status_type" field to Post.
· It is possible for Facebook to return a Place's Location object as a String instead - added Place.getLocationAsString().
· Added "currency" field to User.
· Added "general_info" field to Page.
· Added "link", "subject", and "former_participants" fields to Conversation.
· Added "shares" to Post.
· Added "attachments", "updated_time", "unread", and "unseen" fields to Message.
· Fix for invalid Windows filename.

Via: RestFB 1.6.12






0 Comment:
Post a Comment