是不是用了AVOSCloudSNS,就不需要在自己负责QAuto2这部分,直接就可以用了吗
还有问一下 无法使用SSO回调 打开网页模式,只不是URL Schemes配置的不对
AVOSCloudSNS.setupPlatform(AVOSCloudSNSType.SNSSinaWeibo, withAppKey: "key", andAppSecret: "dd", andRedirectURI: "")
let vc = AVOSCloudSNS.loginManualyWithCallback({ (object, error) -> Void in
print("+++")
}, toPlatform: AVOSCloudSNSType.SNSSinaWeibo)
self.presentViewController(vc, animated: true, completion: nil)
还有上面的那个URL填什么,微博的URL Schemes是不是所有人都一样