Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook: Graph API java library

Who knows a good Java library for using Facebook's graph API?

like image 928
flybywire Avatar asked Aug 05 '10 17:08

flybywire


People also ask

Is Facebook graph API a REST API?

Yes, it is a REST API as well. Show activity on this post. Yes, there have been 3 Facebook API's to date: Legacy REST.

Why Facebook API is called graph API?

It's an HTTP-based API that apps can use to programmatically query data, post new stories, manage ads, upload photos, and perform a wide variety of other tasks. The Graph API is named after the idea of a "social graph" — a representation of the information on Facebook. It's composed of nodes, edges, and fields.


2 Answers

There are a list of good Facebook API in Java facebook4j. The simplest one is restFB. On their page, there's sample code that shows you how to use restFB.

like image 93
Buhake Sindi Avatar answered Oct 06 '22 19:10

Buhake Sindi


I recommend restFB. It is simple and easy to use, the sample code is very clear and can quickly hands on it. Please check its web site: http://restfb.com/

like image 31
Richard Avatar answered Oct 06 '22 19:10

Richard