mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-08 12:00:53 +01:00
New bearer to fix 18+ tweet support
This commit is contained in:
parent
6d277dd724
commit
e2a2ef3ec8
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ export const Constants = {
|
||||||
REDIRECT_URL: 'https://twitter.com/dangeredwolf',
|
REDIRECT_URL: 'https://twitter.com/dangeredwolf',
|
||||||
TWITTER_ROOT: 'https://twitter.com',
|
TWITTER_ROOT: 'https://twitter.com',
|
||||||
TWITTER_API_ROOT: 'https://api.twitter.com',
|
TWITTER_API_ROOT: 'https://api.twitter.com',
|
||||||
GUEST_BEARER_TOKEN: `Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA`,
|
/* We used to use Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA
|
||||||
|
but accounts marked as 18+ wouldn't show up then */
|
||||||
|
GUEST_BEARER_TOKEN: `Bearer AAAAAAAAAAAAAAAAAAAAAPYXBAAAAAAACLXUNDekMxqa8h%2F40K4moUkGsoc%3DTYfbDKbT3jJPCEVnMYqilB28NHfOPqkca3qaAxGfsyKCs0wRbw`,
|
||||||
GUEST_FETCH_PARAMETERS: [
|
GUEST_FETCH_PARAMETERS: [
|
||||||
'cards_platform=Web-12',
|
'cards_platform=Web-12',
|
||||||
'include_cards=1',
|
'include_cards=1',
|
||||||
|
|
Loading…
Add table
Reference in a new issue