分享到 :

QQ定向分享

// QZone定向分享,可以@到具体好友,完成后将触发responseDidReceived:forMessage:回调,message:“SendStory”
- (BOOL)sendStory:(NSMutableDictionary *)paramsfriendList:(NSArray *)fopenIdArray;
参数含义
params参数字典,字典的关键字参见TencentOAuthObject.h中的TCSendStoryDic
fopenIdArray第三方应用预传人好友列表,好友以openid标识
返回值与6.2节中的方法含义相同
返回顶部