umeng(友盟)实现第三方登录和分享详解之登录详解,程序员的中年危机

本文详细介绍了在Android应用中如何集成友盟(Umeng)实现第三方登录,包括微信、QQ、微博等,并提供了配置XML和申请平台Key的步骤。同时,文中讨论了登录的两种使用场景,建议直接使用授权接口获取用户完整资料。
摘要由CSDN通过智能技术生成

android:name=“com.sina.weibo.sdk.share.WbShareTransActivity”>

微信:不需要

支付宝:

<activity

android:name=".apshare.ShareEntryActivity"

android:configChanges=“keyboardHidden|orientation|screenSize”

android:exported=“true”

android:screenOrientation=“portrait”

android:theme="@android:style/Theme.Translucent.NoTitleBar" />

钉钉:

<activity

android:name=".ddshare.DingCallBack"

android:configChanges=“keyboardHidden|orientation|screenSize”

android:exported=“true”

android:screenOrientation=“portrait”

android:theme="@android:style/Theme.Translucent.NoTitleBar" />

qq精简版:

<activity

android:name=“com.umeng.qq.tencent.AuthActivity”

android:launchMode=“singleTask”

android:noHistory=“true” >

<activity

android:name=“com.umeng.qq.tencent.AssistActivity”

android:screenOrientation=“portrait”

android:theme="@android:style/Theme.Translucent.NoTitleBar"

android:configChanges=“orientation|keyboardHidden|screenSize”/>

qq完整版:

&

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值