diff --git a/docs/api.rst b/docs/api.rst index e2e6bb4d..89e0d248 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -25,7 +25,7 @@ You can read more about `Facebook's Graph API here`_. * ``timeout`` - A ``float`` describing (in seconds) how long the client will be waiting for a response from Facebook's servers. `See more here`_. * ``version`` - A ``string`` describing the `version of Facebook's Graph API to - use`_. Valid API versions are ``2.0``, ``2.1`` and ``2.2``. The + use`_. Valid API versions are ``2.0``, ``2.1``, ``2.2``, ``2.3``, ``2.4``, ``2.5``, and ``2.6``. The default version is ``2.0`` and is used if the version keyword argument is not provided. * ``proxies`` - A ``dict`` with proxy-settings that Requests should use. `See Requests documentation`_.