mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 19:10:54 +01:00
Update comment about bearer token
This commit is contained in:
parent
7130d48c30
commit
389316d7af
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ export const Constants = {
|
||||||
TWITTER_API_ROOT: 'https://api.twitter.com',
|
TWITTER_API_ROOT: 'https://api.twitter.com',
|
||||||
/* 10 minutes */
|
/* 10 minutes */
|
||||||
GUEST_TOKEN_MAX_AGE: 600,
|
GUEST_TOKEN_MAX_AGE: 600,
|
||||||
/* We used to use Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA
|
/* Twitter Web App actually uses Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA
|
||||||
but accounts marked as 18+ wouldn't show up then */
|
instead, but accounts marked as 18+ wouldn't show up then */
|
||||||
GUEST_BEARER_TOKEN: `Bearer AAAAAAAAAAAAAAAAAAAAAPYXBAAAAAAACLXUNDekMxqa8h%2F40K4moUkGsoc%3DTYfbDKbT3jJPCEVnMYqilB28NHfOPqkca3qaAxGfsyKCs0wRbw`,
|
GUEST_BEARER_TOKEN: `Bearer AAAAAAAAAAAAAAAAAAAAAPYXBAAAAAAACLXUNDekMxqa8h%2F40K4moUkGsoc%3DTYfbDKbT3jJPCEVnMYqilB28NHfOPqkca3qaAxGfsyKCs0wRbw`,
|
||||||
GUEST_FETCH_PARAMETERS: [
|
GUEST_FETCH_PARAMETERS: [
|
||||||
'cards_platform=Web-12',
|
'cards_platform=Web-12',
|
||||||
|
|
Loading…
Add table
Reference in a new issue