mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
Small changes
This commit is contained in:
@@ -7,8 +7,8 @@ import os
|
|||||||
from google.appengine.api import urlfetch
|
from google.appengine.api import urlfetch
|
||||||
import json
|
import json
|
||||||
|
|
||||||
CLIENT_ID = "196055969432-4h2b1f38v094hs83ea7vafjul25vtf1a.apps.googleusercontent.com"
|
CLIENT_ID = ""
|
||||||
CLIENT_SECRET = "4rA3Oakv4jAJZCn1s6CN1kQn"
|
CLIENT_SECRET = ""
|
||||||
|
|
||||||
GOOGLE_OAUTH_URI = "https://accounts.google.com/o/oauth2/v2/auth"
|
GOOGLE_OAUTH_URI = "https://accounts.google.com/o/oauth2/v2/auth"
|
||||||
GOOGLE_TOKEN_URI = "https://www.googleapis.com/oauth2/v4/token"
|
GOOGLE_TOKEN_URI = "https://www.googleapis.com/oauth2/v4/token"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
|
|
||||||
public static final String TAG = MainActivity.class.getSimpleName();
|
public static final String TAG = MainActivity.class.getSimpleName();
|
||||||
|
|
||||||
private String mClientIDString = "106019908752-hkcvokpsq34vg0795mbhm42mbitqocub.apps.googleusercontent.com";
|
private String mClientIDString = "";
|
||||||
|
|
||||||
public AuthorizationService mAuthorizationService;
|
public AuthorizationService mAuthorizationService;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user