tags:

views:

1646

answers:

1

Hello Friends,

I have downloaded facebook-java-api-3.0.2-bin from http://code.google.com/p/facebook-java-api/
for connecting to face book.I want to use this api in my java application to connect Facebook.I am developing a desktop application for this purpose.I have created account on Face book and registered as a developer.

Is it possible to connect Facebook from my java application?

If yes please, can some one send me the example code for that and treat me as a New Bee in this facebook integration?

Thanks in advance.

+2  A: 

Have you tried out the various examples available in the api wiki?

http://code.google.com/p/facebook-java-api/wiki/Examples

Google also returns various tutorial pages:

http://programmaremobile.blogspot.com/2009/01/facebook-java-apieng.html

http://www.socialjava.com/socialjavastepbystep.html

You should try working through some of these and posting specific questions about problems you run into.

Dougman