Extracting User Data?

Hello,

I would like to extract user data (like name, surname, avatar, etc.) from user profile! In spark documentation I found that I can create VCardManager object, and then call ***getVCard**()*method! But somehow, it is not possible!?!

I create an object with the follovin line of code:

VCardManager vcm = SparkManager.getVCardManager();

but there’s no getVCard method to call on it! So I’m a little confused, what did I do wrong???

Anyway, can someone tell me how to manage user’s personal data!

Thanks,

Filip