Answer the question
In order to leave comments, you need to log in
How to get full response from server without using vk_api?
I send a request, but I just can't get all the fields specified in "fields"
, only the last field specified in the tuple comes.
array = {'group_id': 98446009, "sort": "id_desc", "offset":i,"fields" : ('online', "sex"),
'access_token': good_token, 'v': '5.103'}
members1 = requests.post('https://api.vk.com/method/groups.getMembers', data=array,
headers=headers).json()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question