Website QQ Landing how to realize
Have downloaded the official SDK, but don't know how to integrate it into the website?
------Solution--------------------
Click the QQ login button, jump to a PHP page, execute Qq_login () method, jump to the QQ authorization page
Authorization completion jumps back to the address of the callback page you set
On this page execute the Qq_callback () method to get the token of Oauth2.0
Execute Get_openid (); get OpenID (unique)
Then jump to the binding page or registration page, bind or register the UID with token and OpenID there is a QQ login form
The next time QQ login, after the callback page to get OpenID, to the QQ login table query exists, if there is a direct login, does not exist to jump to the binding or registration page
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.