webView.loadUrl(sUrl);
PC网站: https://graph.qq.com/oauth2.0/authorize
WAP网站: https://graph.z.qq.com/moc2/authorize
移动应用:https://openmobile.qq.com/oauth2.0/m_authorize
每个Url获取到的token都是不一样的,不能混用。
本文介绍如何通过QQ开放平台使用OAuth2.0进行授权,包括不同场景下的URL配置及注意事项。文中提供了PC网站、WAP网站及移动应用三种不同场景下的授权URL示例,并强调了各URL获取的token不可混用。
webView.loadUrl(sUrl);
PC网站: https://graph.qq.com/oauth2.0/authorize
WAP网站: https://graph.z.qq.com/moc2/authorize
移动应用:https://openmobile.qq.com/oauth2.0/m_authorize
每个Url获取到的token都是不一样的,不能混用。
555

被折叠的 条评论
为什么被折叠?
