資源簡介
1. 基于thinkphp開發(fā)
2,目前支持的平臺
目前可用登錄平臺為:騰訊QQ,騰訊微博,新浪微博,網(wǎng)易微博,人人網(wǎng),360,豆瓣,Github,Google,MSN,點點,百度,開心網(wǎng),搜狐。
3,包含的文件
ThinkSDK/ThinkOauth.class.php SDK基類,主要用于Oauth的認證,所有平臺的SDK均需要繼承此類
ThinkSDK/sdk/DiandianSDK.class.php (點點SDK) ThinkSDK/sdk/DoubanSDK.class.php (豆瓣SDK)
ThinkSDK/sdk/GithubSDK.class.php (Github SDK)
ThinkSDK/sdk/GoogleSDK.class.php (Google SDK)
ThinkSDK/sdk/MsnSDK.class.php (MSN SDK)
ThinkSDK/sdk/QqSDK.class.php (騰訊QQ SDK)
ThinkSDK/sdk/RenrenSDK.class.php (人人網(wǎng)SDK)
ThinkSDK/sdk/SinaSDK.class.php (新浪微博SDK)
ThinkSDK/sdk/T163SDK.class.php (網(wǎng)易微博SDK)
ThinkSDK/sdk/TencentSDK.class.php (騰訊微博SDK)
ThinkSDK/sdk/X360SDK.class.php (360 SDK) ThinkSDK/sdk/BaiduSDK.class.php (百度SDK)
ThinkSDK/sdk/KaixinSDK.class.php (開心網(wǎng)SDK)
ThinkSDK/sdk/SohuSDK.class.php (搜狐SDK)
代碼片段和文件信息
//?+----------------------------------------------------------------------
//?|?ThinkPHP?[?WE?CAN?DO?IT?JUST?THINK?IT?]
//?+----------------------------------------------------------------------
//?|?Copyright?(c)?2006-2012?http://thinkphp.cn?All?rights?reserved.
//?+----------------------------------------------------------------------
//?|?Licensed?(?http://www.apache.org/licenses/LICENSE-2.0?)
//?+----------------------------------------------------------------------
//?|?Author:?麥當(dāng)苗兒??
//?+----------------------------------------------------------------------
//?index.php?2013-02-25
define(‘APP_DEBUG‘?true);
define(‘APP_NAME‘?‘Extend‘);
define(‘APP_PATH‘?‘./App/‘);
require_once?‘./ThinkPHP/ThinkPHP.php‘;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-02-04?02:22??ThinkSDK-master\
?????文件????????2967??2015-02-04?02:22??ThinkSDK-master\README.md
?????目錄???????????0??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\
?????文件????????6532??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\ThinkOauth.class.php
?????目錄???????????0??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\
?????文件????????2495??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\BaiduSDK.class.php
?????文件????????2401??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\DiandianSDK.class.php
?????文件????????2466??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\DoubanSDK.class.php
?????文件????????2442??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\GithubSDK.class.php
?????文件????????2712??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\GoogleSDK.class.php
?????文件????????2487??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\KaixinSDK.class.php
?????文件????????2611??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\MsnSDK.class.php
?????文件????????2964??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\QqSDK.class.php
?????文件????????2957??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\RenrenSDK.class.php
?????文件????????2440??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\SinaSDK.class.php
?????文件????????2386??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\SohuSDK.class.php
?????文件????????2482??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\T163SDK.class.php
?????文件????????2477??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\TaobaoSDK.class.php
?????文件????????2619??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\TencentSDK.class.php
?????文件????????2496??2015-02-04?02:22??ThinkSDK-master\ThinkSDK\sdk\X360SDK.class.php
?????目錄???????????0??2015-02-04?02:22??ThinkSDK-master\demo\
?????目錄???????????0??2015-02-04?02:22??ThinkSDK-master\demo\App\
?????目錄???????????0??2015-02-04?02:22??ThinkSDK-master\demo\App\Conf\
?????文件????????3982??2015-02-04?02:22??ThinkSDK-master\demo\App\Conf\config.php
?????目錄???????????0??2015-02-04?02:22??ThinkSDK-master\demo\App\Lib\
?????目錄???????????0??2015-02-04?02:22??ThinkSDK-master\demo\App\Lib\Action\
?????文件????????2106??2015-02-04?02:22??ThinkSDK-master\demo\App\Lib\Action\IndexAction.class.php
?????目錄???????????0??2015-02-04?02:22??ThinkSDK-master\demo\App\Lib\Event\
?????文件????????8370??2015-02-04?02:22??ThinkSDK-master\demo\App\Lib\Event\TypeEvent.class.php
?????目錄???????????0??2015-02-04?02:22??ThinkSDK-master\demo\App\Tpl\
?????目錄???????????0??2015-02-04?02:22??ThinkSDK-master\demo\App\Tpl\Index\
............此處省略2個文件信息
評論
共有 條評論