Friday, 13 September 2013

Facebook Java API other than restfb?

Facebook Java API other than restfb?

Hi I am using facebook login for my website. RestFB is convenient to
develop however it is really slow when I execute the below code
friends = facebookClient.fetchConnection("me/friends", FacebookUser.class,
Parameter.with("fields", "id, first_name, last_name, gender, education,
work, picture"));
It can take several seconds to minutes to load. Is there any other better
libraries that can do the same job faster?

No comments:

Post a Comment