diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 6141557..5b1fe3a 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -32,7 +32,7 @@ Then, log in. This can be done every time your application starts (e.g. when wri | |||
32 | to_file = 'pytooter_usercred.secret' | 32 | to_file = 'pytooter_usercred.secret' |
33 | ) | 33 | ) |
34 | 34 | ||
35 | To post, create an actual API instance: | 35 | Note that this won't work when using 2FA - you'll have to use OAuth, in that case. To post, create an actual API instance: |
36 | 36 | ||
37 | .. code-block:: python | 37 | .. code-block:: python |
38 | 38 | ||
@@ -49,7 +49,7 @@ every aspect. This is a simple Python wrapper for that API, provided | |||
49 | as a single Python module. | 49 | as a single Python module. |
50 | 50 | ||
51 | Mastodon.py aims to implement the complete public Mastodon API. As | 51 | Mastodon.py aims to implement the complete public Mastodon API. As |
52 | of this time, it is feature complete for Mastodon version 3.5.3. The | 52 | of this time, it is feature complete for Mastodon version 3.5.5. The |
53 | Mastodon compatible API layers of various other pieces of software as well | 53 | Mastodon compatible API layers of various other pieces of software as well |
54 | as forks, while not an official target, should also be basically | 54 | as forks, while not an official target, should also be basically |
55 | compatible, and Mastodon.py does make some allowances for behaviour that isn't | 55 | compatible, and Mastodon.py does make some allowances for behaviour that isn't |