用户数据打通
一个公司旗下的多个App,使用QQ、微信、微博第三方登录获取相同的ID,标识同一个用户。(普通情况下多个App获取的ID不同)
坑!!!
ShareSDK暴露给用户的只有user.uid
1.对微博来讲user.uid就是unionid
2.对微信来讲user.uid是openid、要通过user.rawData[@"unionid"] 获取 unionid
3.QQ要用accessToken通过https://graph.qq.com/oauth2.0/me?access_token=ACCESSTOKEN&unionid=1获取unionid
使用unionid作为一个帐号下不同App的统一标识