We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
授权应该是成功了,可为什么画面一闪而过?
The text was updated successfully, but these errors were encountered:
不確定你說的一閃而過指的是在什麼情境下發生,所以也無從判斷這樣的行為是否正常還是異常。
或許看看有什麼 log 可以看吧。
new WeiboAuthListener { @Override public void onComplete(Bundle values) { } @Override public void onCancel() { } @Override public void onWeiboException(WeiboException e) { e.printStackTrace(); // 印出錯誤訊息 } }
先說明一下,我之前是沒有遇過到問題,按照官方文檔集成都可正常執行,所以你說的狀況我可能都沒有遇過,只能提供我曾經配置過哪些部份給參考。
此 https://github.com/8tory/weibo-android-sdk/ 專案僅是整理成 Android Studio 可直接引用,幾乎沒有修改,所以相關問題應集中發給官方專案較為妥當。
Sorry, something went wrong.
我发现demo也会有这样的问题,具体原因我还在排查,看看是不是有什么缓存
No branches or pull requests
授权应该是成功了,可为什么画面一闪而过?
The text was updated successfully, but these errors were encountered: