Add FAQ section on Essential access and Twitter API v1.1
authorHarmon <Harmon758@gmail.com>
Fri, 19 Nov 2021 15:56:38 +0000 (09:56 -0600)
committerHarmon <Harmon758@gmail.com>
Fri, 19 Nov 2021 15:56:38 +0000 (09:56 -0600)
docs/faq.rst

index 479bab7b8b105ffe4857e8fd4130d74f1a01c127..85b18919add0cfa407e6d57a055b0aed91ffa251 100644 (file)
@@ -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?
 ----------------------------------------------------------------------