How to use Facebooks Graph-API from a Servlet
- by Eric
Hi everyone,
I need to access Facebook from a J2EE-App (serverside).
I first had a look at this project: http://code.google.com/p/facebook-java-api/
, but as I need to create Facebook-Events and invite people this does not help.
So I guess I need to use the Graph API, but Igot no clue on how to perform those HTTP POST requests needed - especially how to append the nedded attributes.