- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
public class GooglePlusSample {
private static final String API_KEY =
"Enter API Key from https://code.google.com/apis/console/?api=plus into API_KEY";
...
public static void main(String[] args) {
if (API_KEY.startsWith("Enter ")) {
System.err.println(API_KEY);
System.exit(1);
}
...
guest 04.09.2015 04:07 # +1