You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Copy file name to clipboardExpand all lines: samples/googleplus-simple-cmdline-sample/instructions.html
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,13 @@ <h3>Register Your Application</h3>
19
19
<li>Visit the <ahref="https://code.google.com/apis/console/?api=plus">Google
20
20
apis console</a>
21
21
</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 <ahref="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>
0 commit comments