Answer the question
In order to leave comments, you need to log in
Does Facebook Graph API render images?
Hello.
I get the user's post feed:
$fields = [ 'full_picture', 'description', 'name'];
$fields = implode(',', $fields);
$result = file_get_contents('https://graph.facebook.com/v2.9/' . $facebook_user_id . '/posts/?limit=30&access_token=' . $access_token . '&fields=' . $fields);
$content = json_decode($result, true);
https://graph.facebook.com/111128592785693/picture?type=large
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