fix: graphql_timeline_v2_bookmark_timeline cannot be null
twitter: 400 Bad Request (The following features cannot be null: graphql_timeline_v2_bookmark_timeline)
This commit is contained in:
@@ -1079,6 +1079,7 @@ class TwitterAPI():
|
|||||||
"responsive_web_graphql_timeline_navigation_enabled": True,
|
"responsive_web_graphql_timeline_navigation_enabled": True,
|
||||||
}
|
}
|
||||||
self.features_pagination = {
|
self.features_pagination = {
|
||||||
|
"graphql_timeline_v2_bookmark_timeline": False,
|
||||||
"responsive_web_twitter_blue_verified_badge_is_enabled": True,
|
"responsive_web_twitter_blue_verified_badge_is_enabled": True,
|
||||||
"responsive_web_graphql_exclude_directive_enabled": True,
|
"responsive_web_graphql_exclude_directive_enabled": True,
|
||||||
"verified_phone_label_enabled": False,
|
"verified_phone_label_enabled": False,
|
||||||
|
|||||||
Reference in New Issue
Block a user