Home  >  Article  >  Backend Development  >  discuzX2.5绑定QQ后,是可以直接把主题贴发到QQ微博下的,请教代码是怎样实现的

discuzX2.5绑定QQ后,是可以直接把主题贴发到QQ微博下的,请教代码是怎样实现的

WBOY
WBOYOriginal
2016-06-13 13:22:48895browse

discuzX2.5绑定QQ后,是可以直接把主题贴发到QQ微博上的,请问代码是怎样实现的
discuzX2.5绑定QQ后,是可以直接把主题贴发到QQ微博上的,请问代码是怎样实现的???


代码在那里呢,找了好长时间,找不到

好像是:
$response = $connectOAuthClient->connectAddShare($_G['member']['conopenid'], $_G['member']['conuin'], $_G['member']['conuinsecret'], $qzone_params);


但$_G['member']['conopenid'], $_G['member']['conuin'], $_G['member']['conuinsecret']似乎在程序中找不到给它赋值的地方呀

------解决方案--------------------
这3个值存在表里面,`pre_common_member_connect`

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn