vote up 2 vote down star

I have looked in vain for a good example or starting point to write a java based facebook application... I was hoping that someone here would know of one. As well, I hear that facebook will no longer support their java API is this true and if yes does that mean that we should no longer use java to write facebook apps??

flag

29% accept rate

3 Answers

vote up 3 vote down

Facebook stopped supporting the official Java API on 5 May 2008 according to their developer wiki.

In no way does that mean you shouldn't use Java any more to write FB apps. There are several alternative Java approaches outlined on the wiki.

You might also want to check this project out; however, it only came out a few days ago so YMMV.

link|flag
vote up 4 vote down

There's a community project which is intended to keep the Facebook Java API up to date, using the old official Facebook code as a starting point.

You can find it here along with a Getting Started guide and a few bits of sample code.

link|flag
vote up 0 vote down

I write an example using facebook java api It use FacebookXmlRestClient in order to make client request and print all user infos http://programmaremobile.blogspot.com/2009/01/facebook-java-apieng.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.