我正在使用以下代碼獲取使用Resfb的朋友的個人資料圖片。我也用名字id和圖像得到了迴應。請有人幫助我如何從這些數據中獲取圖像。從restfb獲取朋友個人資料圖片
代碼
Connection<User> myFriends = facebookClient.fetchConnection("me/friends", User.class,Parameter.with("fields", "id, name,picture"));
響應
"data":[{"id":"554603591","name":"Arjun Rao","picture":"http:\/\/profile.ak.fbcdn.net\/hprofile-ak-snc4\/211391_554603591_2022493_q.jpg"}"
感謝
考慮添加上下文的鏈接。有關詳細信息,請參見[如何回答](http://stackoverflow.com/questions/how-to-answer)。 – bytebuster 2012-10-20 01:22:10
我認爲這是一個很好的答案。我不是在這裏來判斷它是對還是錯,但在質量方面,它看起來很好。 – Zizouz212 2016-02-18 23:25:10