Codigami / face4j

face4j is a java library for facebook's new graph API
http://face4j.org
24 stars 6 forks source link

Add functionality to get User's basic details #3

Closed sam6230i closed 13 years ago

sam6230i commented 13 years ago

You can use "https://graph.facebook.com/" api to get the basic details of the object specified. It does not require any access token or something.

nischal commented 13 years ago

This functionality is already present. I'll need to rename the method to make it more obvious and yes, document the same!

Try using facebook#getUser("send the object id here");