From 0098e88bb81dda33ff58d998f4be965dacb7c3ff Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 19 Nov 2021 09:56:38 -0600 Subject: [PATCH] Add FAQ section on Essential access and Twitter API v1.1 --- docs/faq.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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? ---------------------------------------------------------------------- -- 2.25.1