在我的android應用程序中,用戶可以使用facebook/twitter登錄。如何下載Facebook個人資料圖片
https://graph.facebook.com/username/picture
https://api.twitter.com/1/users/profile_image?screen_name=screenname&size=normal
使用上面的網址我知道,我可以得到圖片,但有什麼辦法可以下載並將其存儲在我的數據庫中嗎?
我需要使用facebook/twitter登錄的用戶個人資料圖片列表,我必須從我的服務器數據庫中獲取。 (我要像顯示如下圖所示)
希望這個鏈接可以幫助你 http://stackoverflow.com/questions/10094609/android-getting-all-users-friend-profile-pictures-quicly – Janmejoy
感謝@Janmejoy,已經我看到了這個鏈接。 – Viswa