ENDPOINTS.put(Constants.OAUTH_REQUEST_TOKEN_URL,"http://www.douban.com/service/auth/request_token");
ENDPOINTS.put(Constants.OAUTH_AUTHORIZATION_URL,"http://www.douban.com/service/auth/authorize");
ENDPOINTS.put(Constants.OAUTH_ACCESS_TOKEN_URL, "http://www.douban.com/service/auth/access_token");
AllPerms = new String[] {};
AuthPerms = new String[] {};
authenticationStrategy = new OAuth1(config, ENDPOINTS);
authenticationStrategy.setPermission(scope);
authenticationStrategy.setScope(getScope());
PROFILE_URL = "http://api.douban.com/people/%40me";