Skip to content

Commit 754a525

Browse files
omar-estradachingor13
authored andcommitted
Update instructions to get the API key for the G+ sample. (#419)
The instructions to obtain the API key are outdated and require some googling to obtain the concrete steps. Pointing to accurate and detailed instructions from the G+ documentation (which should be kept up to date in the face of changes).
1 parent dc1dd20 commit 754a525

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

samples/googleplus-simple-cmdline-sample/instructions.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ <h3>Register Your Application</h3>
1919
<li>Visit the <a href="https://code.google.com/apis/console/?api=plus">Google
2020
apis console</a>
2121
</li>
22-
<li>If this is your first time, click "Create project..."</li>
23-
<li>Activate the Google+ API and agree to the terms of service</li>
24-
<li>Click on "API Access"</li>
25-
<li>Enter the "API Key" shown under "Simple API Access" into the API_KEY constant.</li>
22+
<li>If this is the first you run the sample...</li>
23+
<ul>
24+
<li>Click "Create project..."</li>
25+
<li>Fill out the project info. You can give the project any name (e.g., "Plus Command Line Sample"). Click "Create".</li>
26+
</ul>
27+
<li>Follow <a href="https://developers.google.com/+/web/api/rest/oauth#acquiring-and-using-an-api-key">these intructions</a> to obtain the API key.</li>
28+
<li>Set the API_KEY constant in GooglePlusSample.java to the key gotten in the previous step.</li>
2629
</ul>
2730

2831
<h3>Checkout Instructions</h3>

0 commit comments

Comments
 (0)