Pull twitter profile image

后端 未结 8 2026
有刺的猬
有刺的猬 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:24

    I know this isn't the full code sample as requested (because there are several ways of doing this), but do you already have the URL for the avatar? I noticed that turning ".../eric.png" into ".../eric_bigger.png" resulted in the larger image. When "_bigger" already exists, removing it gave me the URL to the original image.

    I tested this with several followers' profile images and, when the profile image was > 150px square, worked.

提交回复
热议问题