Skip to content

Commit fca003e

Browse files
committed
Smooth out the AAS token instructions language
1 parent 4a0d06f commit fca003e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

USAGE-google-play.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
To download directly from the Google Play Store, first you'll have to obtain an OAuth token by visiting the Google [embedded setup page](https://accounts.google.com/EmbeddedSetup) and:
22

3-
- Opening the browser debugging console on `Network` tab
4-
- Logging in
5-
- If the "Google Terms of Services" pop up, click `I agree` (it can hang up on this step but it's not important)
3+
- Open the browser debugging console to the `Network` tab
4+
- Log in
5+
- If the "Google Terms of Services" pop up, click `I agree` (there may be some delay afterwards)
66
- Select the last request from `accounts.google.com` in the `Network` tab
77
- Select the `Cookies` tab of this request
8-
- One of the response cookie is `oauth_token`
9-
- Copy the `value` field (it must start with `oauth2_4/`)
8+
- One of the response cookies is `oauth_token`
9+
- Copy the `value` field (it will start with `oauth2_4/`)
1010

1111
It can only be used once, in order to obtain the AAS token which can be used subsequently. To obtain this token:
1212

0 commit comments

Comments
 (0)