We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
一个新浪微博应用有3个东西:AppKey、AppSecret、授权回调页
普通的Oauth2授权需要 AppKey 和授权回调页,用 WebView 或浏览器打开,输入用户名、密码授权,拦截跳转链接,截取其中的 token
跟新浪有合作的公司可以用用户名、密码、AppKey 和 AppSecret 直接从接口取到 token,高权限的 AppKey 的特权
1.“四次元”的尾巴,默认方式,org.qii.weiciyuan.ui.login.OAuthActivity
2.用其他高权限微博的尾巴,就是所谓的“黑魔法”,org.qii.weiciyuan.ui.blackmagic.BlackMagicActivity,预设了一批高权限 AppKey /res/values/blackmagic.xml(AppKey,AppSecret)