VERSION = "2.0"
GET_AUTH_CODE_URL = "https://graph.qq.com/oauth2.0/authorize"
GET_ACCESS_TOKEN_URL = "https://graph.qq.com/oauth2.0/token"
GET_OPENID_URL = "https://graph.qq.com/oauth2.0/me"
$urlUtils :
$recorder :
$error :
__construct()
qq_login()
qq_callback()
get_openid()
Loading…