M
M
Maxim2016-09-04 11:32:36
Python
Maxim, 2016-09-04 11:32:36

How to get a link to a Facebook profile photo?

Good afternoon, help me figure out how to make requests to api
For example, take the Photo tag
Link to the method
and get the link parameter
Approximate request...

fb = 'token'
url = 'https://graph.facebook.com/me?access_token=%s' % (fb)

how to use {photo-id} with fields?
PS

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
stayHARD, 2016-09-04
@maximkv25

url = "http://graph.facebook.com/{}/picture?type=large".format(facebook_user_id_here)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question