Graphql value in Twitter API

Graphql value in Twitter API


1

What is the 6SBWVfRVIH0h71ssRzNVUg value in https://twitter.com/i/api/graphql/6SBWVfRVIH0h71ssRzNVUg/Followers?variables={"userId":"1234567","count":20,"withHighlightedLabel":false,"withTweetQuoteCount":false,"includePromotedContent":false,"withTweetResult":false,"withUserResult":false} ?

Twitter now uses Graphql to retrieve the followers list, in both the Web version and the mobile api. There are no previous requests to get the 6SBWVfRVIH0h71ssRzNVUg value, and it’s not constant. It changes with every request. The problem is I can’t use the same value for another account.

Share
Improve this question

8

  • 1

    looks like 'persisted query' (only query id [known for both BE/FE] + variables passed) but with dynamic id – combined with some nonce [/token/session/whatever]

    – xadm

    Dec 30, 2020 at 8:15

  • Yes. i managed to found out how to get for the Web version (Form Js script). But I'm still looking for the Mobile app version @xadm

    – TomHenry_0

    Dec 30, 2020 at 9:07

  • This is not a public API. You should not be calling this API. Your App and IP address may (and will) be blocked. This is against the developer policy and Twitter Terms of Service.

    – Andy Piper

    Dec 30, 2020 at 14:04

  • The is for academic purples only @AndyPiper

    – TomHenry_0

    Jan 7, 2021 at 19:00


  • There is no public GraphQL API for Twitter and you should not be calling this endpoint. The value of the key you’re trying to use is not documented for external use.

    – Andy Piper

    Jan 7, 2021 at 21:09


Load 7 more related questions


Show fewer related questions

0

Reset to default



Leave a Reply

Your email address will not be published. Required fields are marked *