在评论instagram上获取个人资料图片其他帐户graph-api | facebook defeloper

问题描述 投票:0回答:1

获取评论instagram graph-api上的个人资料图片其他帐户|脸书defeloper

$body = $fb->get('/XXXXXXXXXXXXXX/media?fields=id,ig_id,username,media_type,comments{username,text,timestamp,user{profile_picture_url}},like_count,caption,children{media_url},comments_count,is_comment_enabled,media_url,owner{username,profile_picture_url},permalink,shortcode,thumbnail_url,timestamp', $page_token)->getBody();

$instagram = json_decode($body);

点击此图片以查看结果:

图像:Response

图像:View Result

laravel facebook-graph-api graph facebook-php-sdk instagram-graph-api
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.