Examples of QqAddShareParamBean


Examples of com.qq.open.qzone.bean.param.QqAddShareParamBean

   * @throws JSONException
   * @throws IOException
   */
  public static void main(String[] args) throws IOException, JSONException {

    QqAddShareParamBean qqAddShareBean = new QqAddShareParamBean();
   
    qqAddShareBean.setAccessToken("138F0112CC9B350B8AE00899CB47D489");
   
    qqAddShareBean.setOpenId("2D78AAACEAF41021180BEAA2A47871B8");
   
    qqAddShareBean.setTitle("javaSdk-AddShare");
   
    qqAddShareBean.setUrl("http//code.qq.com");
   
    qqAddShareBean.setComment("这是测试内容,通过javaSDK2.0。Post");
   
    qqAddShareBean.setImages("http://code.qq.com/bbs/static/image/common/logo.png");
   
    qqAddShareBean.setSource("1");
   
   
    QqAddShare qqAddShare = new QqAddShare();
   
    Map<String,String> rMap = new HashMap<String,String>();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.