Answer the question
In order to leave comments, you need to log in
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
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 methodexample.py
, the request will beapi.friends.get(user_id=1,orde,count=1,fields=bdate)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question