Building Twitter profile image url with Twitter user id

前端 未结 10 1702
日久生厌
日久生厌 2020-12-04 18:06

Is there any way of building a profile image url with user id or screen name? I store user ids in database but i don\'t want to store profile image url.

edit

10条回答
  •  隐瞒了意图╮
    2020-12-04 18:29

    You can get it using the users/show method of the Twitter API -- it does exactly what you described. You give it a the ID or the screen name, and it returns a bunch of data, including profile_image_url.

提交回复
热议问题