Add FAQ section on API.me for v4
authorHarmon <Harmon758@gmail.com>
Sun, 24 Oct 2021 00:23:30 +0000 (19:23 -0500)
committerHarmon <Harmon758@gmail.com>
Sun, 24 Oct 2021 00:23:30 +0000 (19:23 -0500)
docs/faq.rst

index 3e94de073a389e162456a818c57edcbbc96d1c44..479bab7b8b105ffe4857e8fd4130d74f1a01c127 100644 (file)
@@ -74,6 +74,17 @@ These parameters can be passed as keyword arguments instead.
 
 Refer to the documentation for the :class:`API` method being used.
 
+Where did ``API.me`` go?
+------------------------
+
+If you're attempting to use ``API.me`` with Tweepy v4, you'll get an
+:class:`AttributeError` about the :class:`API` object not having a ``me``
+attribute.
+
+This is because :ref:`Tweepy v4.0.0 <Version 4.0.0>` removed ``API.me``.
+
+Instead, you can use :meth:`API.verify_credentials`.
+
 Where did ``StreamListener`` go?
 --------------------------------