From 7f8e7357b4e25f76745b63e2f2b01778565cdefa Mon Sep 17 00:00:00 2001 From: Phil Gyford Date: Fri, 26 Apr 2019 18:02:01 +0100 Subject: [PATCH] Clarifications --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cce2983..381bfba 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ In a terminal window, open a python shell: $ python -and, using your app's Client ID and Client Secret enter this: +and, using your app's Client ID and Client Secret in place of `YOUR_CLIENT_ID` and `YOUR_CLIENT_SECRET` enter this: ```python import foursquare @@ -65,7 +65,8 @@ Your browser should redirect to a URL like the one below, with an error about no Copy the code represented by `XX_CODE_RETURNED_IN_REDIRECT_XX` (note that there may be an extra `#_=_` on the end which *you should not copy*). -Back in your python shell, with that code: +Back in your python shell, with that code, enter this, replacing +`XX_CODE_RETURNED_IN_REDIRECT_XX` with the code you just copied: ```python client.oauth.get_token('XX_CODE_RETURNED_IN_REDIRECT_XX')