QQ OAuth endpoints and related development resources
QQ authorization endpoint
https://graph.qq.com/oauth2.0/authorize
The endpoint to redirect users to in order to grant your application access to their account.
QQ token endpoint
https://graph.qq.com/oauth2.0/token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.
QQ userinfo endpoint
https://graph.qq.com/user/get_user_info
The standardized OAuth endpoint that returns authenticated user profile information, including claims about the current user based on the scope of access token.