After chopping hands, the fraud call came before the express delivery was received. How to improve the privacy and security of e-commerce>>>
The main reason for this error is the signature pair of the package! What we need to do is to generate a signature and fill in it on Sina. If the problem still exists, you can continue to look
Before, I used Sina Weibo Android SDK to write a small Weibo to play by myself, and now I want to use it. It’s always stuck in the authorization section, as long as the authorization is wrong
The code is as follows
mAuthInfo=newAuthInfo(this,Constants.APP_KEY,Constants.REDIRECT_URL,Constants.SCOPE);
mSsoHandler=newSsoHandler(WBAuthActivity.this,mAuthInfo);
findViewById(R.id.obtain_token_via_sso).setOnClickListener(newOnClickListener(){
@Override
publicvoidonClick(Viewv){
mSsoHandler.authorizeClientSso(newAuthListener());
}
});
Failed to find provider info for com.sina.weibo.sdkprovider
I also found a lot on the Internet, all of them asked this question, but I didn’t find the answer
Finally, there’s no way to look at Sina’s development document, and there’s no way to find it. There’s a paragraph about authorization in it
I believe a lot of novices are like me. After reading this, they just follow this to write. However, things that make you very angry happen. You will find that there is no weiboauth class at all
Demo authorization code is above, but has been reported
Failed to find provider info for com.sina.weibo.sdkProvider
It’s maddening. After all, it’s a novice who doesn’t know how to solve it
Finally, I can only go to his source code page to see if there is an answer to this question I want
So I put the demo down
What we need to confirm here is
The information here is consistent with what we generated, so we can log in happily
Similar Posts:
- TypeError: write() argument must be str, not bytes
- Front end development: solve the problem of emitted value instead of an instance of error in Vue project
- How to Solve Error: Cannot set property ‘onclick’ of null
- [Solved] javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair
- CreateNewFile() error: open failed: ENOENT (No such file or directory) solution
- java.security.NoSuchProviderException: no such provider: BC [Two Method]
- [Solved] Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-*
- [Solved] Dubbo Error: No provider available for the service xxx from registry localhost:9090
- MySQL Python error installed in pyenv 2.7 environment
- Call JIRA API to create issue prompt xsrf check failed