This is a java API for accessing Graph API and FQL (Facebook Query Language). This api helps to bring the facebook objects and connections on the server side.
Access the Facebook data in 2 steps :)
if you add "javafbapi\_1.0.jar" to classpath
## Configure OAuthFilter in web.xml ##
Configure the com.fb.api.filter.OAuthFilter in web.xml as shown below
```
outhAuthenticationFilter
com.fb.api.filter.OAuthFilter
client_id
xxxxxxxxx
client_secret
xxxxxxxxxxxx
redirect_uri
https://xxx.xxx.xxx/