Pull twitter profile image

后端 未结 8 2025
有刺的猬
有刺的猬 2020-12-12 23:28

Is there a quick way to pull twitter profile image in PHP or Javascript? I need to get the url of the FULL image (not avatar size). Thanks. Any code sample is good.

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 00:04

    Twitter profile images urls: Bigger: https://api.twitter.com/1/users/profile_image/puneetsindhwani/?size=bigger Original: https://api.twitter.com/1/users/profile_image/puneetsindhwani/?size=original

提交回复
热议问题