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.
8
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]
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
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.
Dec 30, 2020 at 14:04
The is for academic purples only @AndyPiper
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.
Jan 7, 2021 at 21:09