E
E
Ertai Kuanyshov2016-12-07 15:21:12
In contact with
Ertai Kuanyshov, 2016-12-07 15:21:12

How to get the birthday of VK friends via api?

How to get the birthday of VK friends via api?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Bastax13, 2016-12-18
@Bastax13

Request

friends.get(user_id=1,order=name,count=1,fields=bdate)
Where user_id=id of the person who needs to display friends, count=number of friends to display, order=sorting type (see description), fields=what to display. Description of the method
PS: I use my Python 2.7 wrapper - click , file example.py, the request will be
api.friends.get(user_id=1,orde,count=1,fields=bdate)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question