How to use Facebooks Graph-API from a Servlet
        Posted  
        
            by Eric
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Eric
        
        
        
        Published on 2010-04-29T13:45:08Z
        Indexed on 
            2010/04/29
            13:47 UTC
        
        
        Read the original article
        Hit count: 446
        
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.
© Stack Overflow or respective owner