Skip to content

Commit ea4647b

Browse files
committed
update to v3.3.3
1 parent 53c68dc commit ea4647b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

QQSDK.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'QQSDK'
3-
s.version = '3.3.1'
4-
s.summary = 'Tencent QQ Open SDK 3.3.1 full version'
3+
s.version = '3.3.3'
4+
s.summary = 'Tencent QQ Open SDK'
55
s.requires_arc = true
66
s.homepage = 'http://open.qq.com/'
77
s.license = { :type => 'LGPL', :text => <<-LICENSE

framework/TencentOpenAPI.framework/Headers/TencentOAuth.h

+7
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,13 @@ typedef enum
229229
localAppId:(NSString *)localAppId
230230
inSafari:(BOOL)bInSafari;
231231

232+
/**
233+
* 登录授权<web为二维码扫码方式>
234+
*
235+
* \param permissions 授权信息列
236+
*/
237+
- (BOOL)authorizeWithQRlogin:(NSArray *)permissions;
238+
232239
/**
233240
* 增量授权,因用户没有授予相应接口调用的权限,需要用户确认是否授权
234241
* \param permissions 需增量授权的信息列表
Binary file not shown.

0 commit comments

Comments
 (0)