gpt4 book ai didi

android - 如何下载 Facebook 个人资料图片

转载 作者:行者123 更新时间:2023-11-29 21:51:02 24 4
gpt4 key购买 nike

在我的 android 应用程序中,用户可以使用 facebook/twitter 登录。

https://graph.facebook.com/username/picture 

https://api.twitter.com/1/users/profile_image?screen_name=screenname&size=normal

使用上面的 url 我知道,我可以获得图片,但是有什么方法可以下载它并将它存储在我的数据库中吗?

我需要使用 facebook/twitter 登录的用户个人资料图片列表,我必须从我的服务器数据库中获取它。 (我必须像下图一样显示)

enter image description here

最佳答案

使用 AsyncTask 下载它并将其保存到应用程序的磁盘空间。在您的数据库中,只需存储图片的文件路径(我会以文件名作为 FB 用户 ID 来保存它)。

您可以在我的 github 代码中看到如何使用 AsyncTask 进行网络连接。 https://github.com/nedwidek/Android-Rest-API

我需要切换工作区才能获得适用于本地存储的代码。

关于android - 如何下载 Facebook 个人资料图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14411990/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com