Http://www.phpfensi.com/php/20140727/3998.html
Summary: The official QQ Login SDK has been modified to make it easier to integrate into its own website ...
QQ Login to the official SDK to make some changes, making it easier to integrate into their own website up.
Instructions for use:
1, to http://connect.qq.com/application QQ login AppID, Appkey.
2, the QQ login interface decompression, and then the entire QQ directory to upload to your website up.
3, Run http://Your domain name/qq/install.php, the QQ login to configure.
4. Add two fields to the database user table, Access_token (varchar (50)), OpenID (varchar (50)).
5, open qq/config.php, will be inside the database connection, user table information to modify the corresponding information on your site, and then upload coverage.
6, open qq/oauth.php, the 12th row, 25 lines to modify your site after the successful login is how to save the user ID session.
7, open qq/bind.php, the 12th row, 46 lines to modify your site after the successful login is how to save the user ID session.
8, will <a href=#>
Integrate the QQ login interface into your website and how to modify the configuration