小编Bra*_*row的帖子

Facebook Graph API不会给我图片数据

使用PHP 5.2.11和新的facebook图形代码......

如果我打电话

$ facebook-> API( "/我");

我得到了适当的回应:

array
  'id' => string '10700210' (length=8)
  'name' => string 'Brandon Renfrow' (length=19)
  'first_name' => string 'Brandon' (length=7)
  'middle_name' => string '✫' (length=3)
  'last_name' => string 'Renfrow' (length=7)
  'link' => string 'http://www.facebook.com/brenfrow' (length=32)
  'about' => string 'Spiritual birthday: 1/22/2005' (length=29)
  ...
  ...
Run Code Online (Sandbox Code Playgroud)

但是,如果我打电话

$facebook->api("/me/picture");
Run Code Online (Sandbox Code Playgroud)

我总是得到一个回应:

null
Run Code Online (Sandbox Code Playgroud)

有人知道为什么吗?

php facebook graph

6
推荐指数
3
解决办法
1万
查看次数

标签 统计

facebook ×1

graph ×1

php ×1