Is there any good Java API for facebook?

I played a little with twitter4j and found it to be absolutely wonderful. Now I was looking for the equivalent for facebook, but still not very lucky to find a worthy project.

I looked through facebook-java-api , but it seems that they violate their API from release to release, I find this unacceptable.

I'm currently playing a little with RestFB , and the API seems decent so far, there are connection issues.

I'm just looking for a simple library that allows me to post status updates, send direct messages and receive a list of friends with minimal coding effort.

Has anyone had success using the java API for facebook, and if so, what are you using? Thanks.

+4
source share
1 answer

Have you tried the recently published social templates in Communication Spring Applications ? The article mentions the recent release of Spring Social and the code examples look good.

+1
source

Source: https://habr.com/ru/post/1309594/


All Articles