我使用Facebook Graph API来获取公共页面上的帖子。我正在使用此网址:
echo Request::segment(2);
对于"链接"帖子,像这样:
https://graph.facebook.com/v2.6/jogging.international/posts?fields=id,type,created_time,link,message,source,object_id,picture,full_picture&limit=10&access_token=XXXX
图片和full_picture网址返回1x1 px图片。这是正常的吗?如果是这样,我怎么能得到Facebook生成的缩略图?