ENDPOINTS.put(Constants.OAUTH_REQUEST_TOKEN_URL,"http://api.t.sohu.com/oauth/request_token");
ENDPOINTS.put(Constants.OAUTH_AUTHORIZATION_URL,"http://api.t.sohu.com/oauth/authorize?hd=default");
ENDPOINTS.put(Constants.OAUTH_ACCESS_TOKEN_URL, "http://api.t.sohu.com/oauth/access_token");
AllPerms = new String[] {};
AuthPerms = new String[] {};
authenticationStrategy = new OAuth1(config, ENDPOINTS);
authenticationStrategy.setPermission(scope);
authenticationStrategy.setScope(getScope());
PROFILE_URL = "http://api.t.sohu.com/account/verify_credentials.json";
}