public class SocialService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
RESPONSE_MESSAGE_KEY |
protected static String |
RESPONSE_RESULT_KEY |
protected static String |
RESPONSE_SUCCESS_KEY |
protected static String |
SOCIAL_SERVICE_GET_OAUTH_USER_PROFILE_PATH |
| Modifier and Type | Method and Description |
|---|---|
String |
getResultAsString(HttpURLConnection httpURLConnection) |
String |
getServiceBasePath() |
protected void |
getServiceBasePathViaGCoreEndpoint() |
static SocialService |
getSocialService() |
StringBuilder |
getStringBuilder(InputStream inputStream) |
User |
getUser(Secret secret) |
protected static final String SOCIAL_SERVICE_GET_OAUTH_USER_PROFILE_PATH
protected static final String RESPONSE_SUCCESS_KEY
protected static final String RESPONSE_MESSAGE_KEY
protected static final String RESPONSE_RESULT_KEY
public static SocialService getSocialService() throws Exception
Exceptionprotected void getServiceBasePathViaGCoreEndpoint()
throws Exception
Exceptionpublic String getServiceBasePath()
public StringBuilder getStringBuilder(InputStream inputStream) throws IOException
IOExceptionpublic String getResultAsString(HttpURLConnection httpURLConnection) throws IOException
IOExceptionCopyright © 2022. All Rights Reserved.