thest1/Android-VKontakte-SDK

Problem with user.photo_medium_rec

Closed this issue · 3 comments

The method user.photo_medium_rec always returns null.

Please clarify what method are you talking about. Code snippet would help.

I see what you mean. Field names are changed in the latest Api. It should be something like that:

String fields="first_name,last_name,photo_100,bdate";

Field names are documented here http://vk.com/dev/fields.
Java field names in SDK are still old for compatibility.