URL link to Twitter user with ID, not name

前端 未结 3 1838
心在旅途
心在旅途 2021-01-30 01:36

I want to have a link to my twitter page that references it with my twitter ID and not twitter name. This is because I want to build the link into an app and the twitter name fo

相关标签:
3条回答
  • 2021-01-30 02:05

    After struggling with this issue for a while, found a solution which works on mobile:

    https://twitter.com/intent/user?user_id=XXX
    

    Source: https://dev.twitter.com/discussions/3386

    0 讨论(0)
  • 2021-01-30 02:09

    You can use new URL structure: https://twitter.com/i/user/50988711

    Note: At the point of referral to mobile application is not yet stable.

    0 讨论(0)
  • 2021-01-30 02:18

    UPDATE: This answer doesnt work after 2013 (Read the official response in twitter's forum). For an alternate method see quarkon's answer.

    Original Answer:


    Use ID in the end of this url, like:

    https://twitter.com/account/redirect_by_id/783214

    0 讨论(0)
提交回复
热议问题