From: Harmon Date: Fri, 19 Nov 2021 15:56:38 +0000 (-0600) Subject: Add FAQ section on Essential access and Twitter API v1.1 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0098e88bb81dda33ff58d998f4be965dacb7c3ff;p=tweepy.git Add FAQ section on Essential access and Twitter API v1.1 --- diff --git a/docs/faq.rst b/docs/faq.rst index 479bab7..85b1891 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -23,6 +23,19 @@ See `Twitter's API documentation on app permissions`_ for more information. .. _Twitter's API documentation on app permissions: https://developer.twitter.com/en/docs/apps/app-permissions +Why am I encountering a 403 Forbidden error? +-------------------------------------------- + +If you have Essential access to the Twitter API, you won't be able to access +Twitter API v1.1. This includes all :class:`API` methods and :class:`Stream`. + +You can use Twitter API v2 with :class:`Client` or apply for Elevated access. + +See the `Twitter API access levels and versions documentation`_ for more +information. + +.. _Twitter API access levels and versions documentation: https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api#Access + Why am I encountering issues when attempting to upload GIFs or videos? ----------------------------------------------------------------------