diff --git a/docs/api.rst b/docs/api.rst index 60c328c6..25b2386c 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -28,11 +28,13 @@ You can read more about `Facebook's Graph API here`_. use`_. The default version is the oldest current version. It is used if the version keyword argument is not provided. * ``proxies`` - A ``dict`` with proxy-settings that Requests should use. `See Requests documentation`_. +* ``session`` - A `Requests Session object`_. .. _Read more about access tokens here: https://developers.facebook.com/docs/facebook-login/access-tokens .. _See more here: http://docs.python-requests.org/en/latest/user/quickstart/#timeouts .. _version of Facebook's Graph API to use: https://developers.facebook.com/docs/apps/changelog#versions .. _See Requests documentation: http://www.python-requests.org/en/latest/user/advanced/#proxies +.. _Requests Session object: http://docs.python-requests.org/en/master/user/advanced/#session-objects **Example** diff --git a/docs/changes.rst b/docs/changes.rst index 28949539..a6eafc36 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -8,6 +8,7 @@ Version 3.0.0 (unreleased) - Add support for Graph API version 2.8. - Remove support for Graph API version 2.1. - Change default Graph API version to 2.2. + - Add support for requests' sessions. Version 2.0.0 (2016-08-08) ==============================