From 22e378d35c4ed064bb73e71485d75dd97506024f Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 21 Nov 2021 11:41:46 -0600 Subject: [PATCH] Improve FAQ section titles for 401 and 403 errors --- docs/faq.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 62798c6..4781fe3 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -9,8 +9,8 @@ Frequently Asked Questions General ======= -Why am I encountering a 401 Unauthorized error? ------------------------------------------------ +Why am I encountering a 401 Unauthorized error with :class:`API` or 403 Forbidden error with :class:`Client`? +------------------------------------------------------------------------------------------------------------- If you're using a method that performs an action on behalf of the authenticating user, e.g. :meth:`API.update_status`, make sure your app has the @@ -23,8 +23,8 @@ 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? --------------------------------------------- +Why am I encountering a 403 Forbidden error with :class:`API`? +-------------------------------------------------------------- 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`. -- 2.25.1