private static void init(OAuthV2 oAuth) {

    oAuth.setClientId("801115505");
    oAuth.setClientSecret("be1dd1410434a9f7d5a2586bab7a6829");
    oAuth.setRedirectUri("http://www.tencent.com/zh-cn/index.shtml");
    // oAuth.setAccessToken("02204e5e59c2d22b73fb9b688e9f0c02");
    // oAuth.setOpenid("42A2ACA51C28782E854A50C5FA14160A");
    // oAuth.setOpenkey("ECBBC3B17F4190C8824DB652436E5DFA");
    // oAuth.setExpiresIn("604800");
  }