You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.rst
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ History
13
13
- ``twitter_token`` and ``twitter_secret`` have been replaced with ``app_key`` and ``app_secret`` respectively
14
14
- ``callback_url`` is now passed through ``Twython.get_authentication_tokens``
15
15
- Update ``test_twython.py`` docstrings per http://www.python.org/dev/peps/pep-0257/
16
+
- Removed ``get_list_memberships``, method is Twitter API 1.0 deprecated
17
+
- Developers can now pass an array as a parameter to Twitter API methods and they will be automatically joined by a comma and converted to a string
18
+
- ``endpoints.py`` now contains ``EndpointsMixin`` (rather than the previous ``api_table`` dict) for Twython, which enables Twython to use functions declared in the Mixin.
0 commit comments