We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c68dc commit ea4647bCopy full SHA for ea4647b
QQSDK.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = 'QQSDK'
3
- s.version = '3.3.1'
4
- s.summary = 'Tencent QQ Open SDK 3.3.1 full version'
+ s.version = '3.3.3'
+ s.summary = 'Tencent QQ Open SDK'
5
s.requires_arc = true
6
s.homepage = 'http://open.qq.com/'
7
s.license = { :type => 'LGPL', :text => <<-LICENSE
framework/TencentOpenAPI.framework/Headers/TencentOAuth.h
@@ -229,6 +229,13 @@ typedef enum
229
localAppId:(NSString *)localAppId
230
inSafari:(BOOL)bInSafari;
231
232
+/**
233
+ * 登录授权<web为二维码扫码方式>
234
+ *
235
+ * \param permissions 授权信息列
236
+ */
237
+- (BOOL)authorizeWithQRlogin:(NSArray *)permissions;
238
+
239
/**
240
* 增量授权,因用户没有授予相应接口调用的权限,需要用户确认是否授权
241
* \param permissions 需增量授权的信息列表
framework/TencentOpenAPI.framework/TencentOpenAPI
23.8 KB
0 commit comments