仿拉手团购App5--登录界面2_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > 仿拉手团购App5--登录界面2

仿拉手团购App5--登录界面2

 2017/5/17 5:32:15  ganchuanpu  程序员俱乐部  我要评论(0)
  • 摘要:ShareSDK第三方登录caseR.id.login_bottom_iv_qq:Platformqq=ShareSDK.getPlatform(QQ.NAME);authorize(qq);break;caseR.id.login_bottom_iv_wechat:Platformwechat=ShareSDK.getPlatform(Wechat.NAME);authorize(wechat);break;caseR.id.login_bottom_iv_weibo
  • 标签:团购 APP

    

ShareSDK第三方登录

class="brush:java;gutter:true;">case R.id.login_bottom_iv_qq:
    Platform qq = ShareSDK.getPlatform(QQ.NAME);
    authorize(qq);
    break;
case R.id.login_bottom_iv_wechat:
    Platform wechat = ShareSDK.getPlatform(Wechat.NAME);
    authorize(wechat);
    break;
case R.id.login_bottom_iv_weibo:
    Platform sina = ShareSDK.getPlatform(SinaWeibo.NAME);
    authorize(sina);
    /*Platform weibo = ShareSDK.getPlatform(SinaWeibo.NAME);
    weibo.SSOSetting(false);  //设置false表示使用SSO授权方式
    weibo.setPlatformActionListener(this); // 设置分享事件回调
    weibo.authorize();//单独授权
    weibo.showUser(null);//授权并获取用户信息*/
    break;

  

 

上一篇: 仿拉手团购App5--登录界面 下一篇: 没有下一篇了!
发表评论
用户名: 匿名