最近看oauth2.0 QQ登录方面的东西,根据https://graph.qq.com/user/get_user_info?access_token=YOUR_ACCESS_TOKEN&oauth_consumer_key=YOUR_APP_ID&openid=YOUR_OPENID 换成自己的东西去访问时,后台看到返回的json字符串是下面的形式:"{\n \"ret\": 0,\n \"msg\": \"\",\n \"nickname\": \"hello\",\n \"gender\": \"男\",\n \"figureurl\": \"http:\/\/qzapp.qlogo.cn\/qzapp\/100498747\/F99597DE0A73FE5A4854DBBBE7BAD64E\/30\"}"
最近看oauth2.0 QQ登录方面的东西,根据https://graph.qq.com/us