Tell me, please, why these fields come back without any problems:
profiles = api.users.get(user_id=user_id, fields = "bdate, city, sex, country, nickname, followers_count, occupation") And the rest do not return?
Those. if i write:
profiles = api.users.get(user_id=user_id, fields = "bdate, city, sex, country, nickname, followers_count, occupation, activities, home_town") he will not return the last two ...
In the documentation of VKontakte it is written that for some fields a token needed, but those fields for which it is needed return without problems. The other fields are very necessary ...)