【发布时间】:2013-07-01 17:58:28
【问题描述】:
是否有一个可预测的 url 来通过用户名或 id 检索用户的个人资料图像?
...类似于 google 或 facebook:
"https://graph.facebook.com/#{FACEBOOK ID}/picture"
"https://profiles.google.com/s2/photos/profile/#{GOOGLE ID}"
我找到了这个https://dev.twitter.com/docs/user-profile-images-and-banners,但看起来我必须提出一个完整的单独请求才能获取个人资料图片。
【问题讨论】:
标签: twitter