qq-weixin-weibo 第三方登陆返回值

qq-weixin-weibo 第三方登陆返回值

qq

  • 返回值:
    • access_token
    • openid
    • expires_in 过期时间
    • 个人信息
      • nickname 昵称
      • fingureurl_qq_1 40*40px的头像
      • gender 性别

weixin

  • 返回值:
    • accsee_token 接口调用凭证
    • refresh_token 用户刷新access_token,有效期30 天
    • openid 授权用户唯一标识
    • unionid 当且仅当该移动应用已获得该用户的userinfo授权时,才会出现该字段
    • expires_in access_token接口调用凭证超时时间,单位(秒)
    • 个人信息
      • nickname
      • sex
      • headimgurl 头像

weibo

  • 返回值:
    • uid 用户唯一标识
    • access_token
    • “expire_in”: 157679471 过期剩余时间
    • 用户信息:
      • screen_name 用户昵称
      • name 友好显示名字
      • profile_image_url 用户头像
      • gender 性别
      • description 个人描述

猜你喜欢

转载自blog.csdn.net/smartwu_sir/article/details/80085385