From ffb7c0eb7582b1bd568c4d0c7f1ee7b4ae893ef1 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 11 Feb 2021 22:11:55 -0600 Subject: [PATCH] Add stringify_ids endpoint parameter for API.friendships_incoming --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index f7fe114..091a51c 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -625,7 +625,7 @@ class API: """ return self.request( 'GET', 'friendships/incoming', *args, endpoint_parameters=( - 'cursor', + 'cursor', 'stringify_ids' ), **kwargs ) -- 2.25.1