微信、微博、QQ、非死book第三方登录授权:auth
jopen
9年前
微信、微博、QQ、非死book第三方登录授权,并获得昵称和头像。 DEMO是不能直接跑的,ID都置空了,一定要配置上你自己在各个第三方申请到的ID。 使用简单。
请使用自己的配置 #warning 配置好Key
[WMAuthManager registerApp:WMAuthAll withApplication:application withOptions:launchOptions];
return [WMAuthManager handleOpenURL:url application:application sourceApplication:sourceApplication annotation:annotation];
[WMAuthManager activateApp];
__weak typeof(self) weakself = self; [WMAuthManager sendAuthType:WMAuth非死book withBlock:^(BOOL isOK, NSString *openID) { [weakself login:isOK withInfo:openID withType:@"非死book"]; } withUserInfo:nil withUserInfoImg:^(NSString *userName, UIView *userAvatar) { [weakself showUserInfo:userName withAvatarImg:userAvatar]; } withController:self];