0
我想從它的圖片ID通過API從Facebook獲取圖片。 有沒有其他人這樣做?如果我知道圖片ID,我如何從Facebook獲取單張照片?
我想從它的圖片ID通過API從Facebook獲取圖片。 有沒有其他人這樣做?如果我知道圖片ID,我如何從Facebook獲取單張照片?
訪問在這裏: http://graph.facebook.com/PICTURE-ID/picture
樣品: http://graph.facebook.com/10150165453258827/picture
如果需要使用的access_token,你需要使用的應用程序和圖形API。
http://graph.facebook.com/10150165453258827/picture?access_token=xxx
下面是關於和的access_token認證文檔: http://developers.facebook.com/docs/authentication/