|
@@ -35,7 +35,7 @@ const
|
|
|
graphCommunityModerators* = "GBMT3GOWy5dYsYC4XJfvow/moderatorsSliceTimeline_Query"
|
|
graphCommunityModerators* = "GBMT3GOWy5dYsYC4XJfvow/moderatorsSliceTimeline_Query"
|
|
|
graphCommunityHashtags* = "40DyrMxfCknGuZwE-keW_Q/CommunityHashtagsTimeline"
|
|
graphCommunityHashtags* = "40DyrMxfCknGuZwE-keW_Q/CommunityHashtagsTimeline"
|
|
|
|
|
|
|
|
- graphTweetResultByRestId* = "qtXMy1p5Y62uCskc_NUPJw/TweetResultByRestId"
|
|
|
|
|
|
|
+ graphTweetResultByRestId* = "4hhGRbehkcUVTKf8n0f0xw/TweetResultByRestId"
|
|
|
graphTweetResultsByRestIds* = "Sc9EUQTZNEH-wzegn-nHvQ/TweetResultsByRestIds"
|
|
graphTweetResultsByRestIds* = "Sc9EUQTZNEH-wzegn-nHvQ/TweetResultsByRestIds"
|
|
|
|
|
|
|
|
graphBroadcast* = "FJLCzpXCLPM1jUZqmM7oEA/BroadcastQuery"
|
|
graphBroadcast* = "FJLCzpXCLPM1jUZqmM7oEA/BroadcastQuery"
|
|
@@ -166,6 +166,14 @@ const
|
|
|
|
|
|
|
|
articleFieldToggles* = """{"withArticleRichContentState":true,"withArticlePlainText":false,"withArticleSummaryText":true,"withArticleVoiceOver":true}"""
|
|
articleFieldToggles* = """{"withArticleRichContentState":true,"withArticlePlainText":false,"withArticleSummaryText":true,"withArticleVoiceOver":true}"""
|
|
|
|
|
|
|
|
|
|
+ tweetByRestIdVars* = """{
|
|
|
|
|
+ "tweetId": "$1",
|
|
|
|
|
+ "includePromotedContent": false,
|
|
|
|
|
+ "withBirdwatchNotes": false,
|
|
|
|
|
+ "withVoice": false,
|
|
|
|
|
+ "withCommunity": false
|
|
|
|
|
+}""".replace(" ", "").replace("\n", "")
|
|
|
|
|
+
|
|
|
communityTweetsVars* = """{
|
|
communityTweetsVars* = """{
|
|
|
"communityId": "$1", $2
|
|
"communityId": "$1", $2
|
|
|
"count": 20,
|
|
"count": 20,
|