imeay/blog

关于【QQ登录】相关的笔记

imeay opened this issue · 0 comments

imeay commented

回调域名

假设 设置的回调域名是 www.imeay.cc

  • 合法回调地址
    www.imeay.cc?key=val 是合法的回调地址
  • 不合法的回调地址
    www.imeay.cc/login?key=val

unionid

并不是所有应用都有unionid,这必须通过发邮件到connect@qq.com申请

假设已经获取到了 access_token

  • 只需要appid 及 openid ,发送的请求如下:
    https://graph.qq.com/oauth2.0/me?access_token=ACCESSTOKEN
  • 同时需要 appid ,openid ,unionid, 则发送的请求如下:
    https://graph.qq.com/oauth2.0/me?access_token=ACCESSTOKEN&unionid=1
    后者只是多了unionid=1