Skip to content

Commit

Permalink
Update documentation for sessions.
Browse files Browse the repository at this point in the history
  • Loading branch information
martey committed Nov 3, 2016
1 parent 8920f18 commit 08f7e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
1 change: 1 addition & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==============================
Expand Down

0 comments on commit 08f7e00

Please sign in to comment.