views:

656

answers:

1

What is a good Java api for Facebook connect implementation. something that is atleast moderately documented and is still active in terms of releases.

Can I achieve everything with javascript API too?

Thanks

+1  A: 

You should be able to achieve everything you need with the Javascript API. Note that the REST API responses can fluctuate wildly in response time and Facebook will cut your page off at 8 seconds even if it's their servers that are slow. Your best bet is to render is simple page and then pull stuff in via AJAX.

The Facebook developer wiki has a list of available Java APIs and the "discussion" tab on the wiki covers their status pretty well.

http://wiki.developers.facebook.com/index.php/User:Java

infamouse