Hi,
first of all, it depends what you are doing. But in general it is a good idea to update RestFB, because the version you are using is rather old :)
So in particular you should use a `Version` while generating a `DefaultFacebookClient`. We recommend this because you have a better control over the API especially over the used versions. You can for example choose the 2.4 API and check if everything is working.
Then you have to add the `fields` parameter to your calls, because Facebook changed this in Graph API 2.4. You need to tell the API which fields in the returned object should be filled.
I think You should simply replace the jar and check what happens and work on the deprecated `FacebookClient` constructor ;)
Best regards
Norbert