File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Accessing protected resources using requests_oauthlib is as simple as:
2222 >>> r = twitter.get(url)
2323
2424 Before accessing resources you will need to obtain a few credentials from your
25- provider (i.e . Twitter) and authorization from the user for whom you wish to
25+ provider (e.g . Twitter) and authorization from the user for whom you wish to
2626retrieve resources for. You can read all about this in the full
2727`OAuth 1 workflow guide on RTD <http://requests-oauthlib.readthedocs.org/en/latest/oauth1_workflow.html >`_.
2828
3535
3636Fetching a protected resource after obtaining an access token can be extremely
3737simple. However, before accessing resources you will need to obtain a few
38- credentials from your provider (i.e . Google) and authorization from the user
38+ credentials from your provider (e.g . Google) and authorization from the user
3939for whom you wish to retrieve resources for. You can read all about this in the
4040full `OAuth 2 workflow guide on RTD <http://requests-oauthlib.readthedocs.org/en/latest/oauth2_workflow.html >`_.
4141
You can’t perform that action at this time.
0 commit comments