Currently supports SSO client version (SDK will identify the version and be backward compatible with WebView)
1. Android Weibo client 3.0.0 and above
2. iPhone version of Weibo client 3.0.0 and above
3. iPad version of Weibo client 2.9.0 and above
If the Weibo client is not installed on the user's mobile phone, the oauth2.0 web authorization method will be enabled to complete the authorization.
Reverse the IPA file of Sina Weibo. You can find that the Sina Weibo client has scheme in the info.plist file. In theory, it can be called by third parties. Its scheme is sinaweibo, that is It says that it can be called as follows
As for the calling rules behind sinaweibo://, I haven’t found any official documents. I hope someone with knowledge can reveal it. I’m just here to give you some advice
Sina Weibo’s official SDK provides two verification methods.
2. Web authentication Interface name: (void)login Return result: None
3. Client-side authentication Use the default interface provided by the SDK to send Weibo Interface name: (void)logInUsingUserID:(NSString *)theUserID password:(NSString *)thePassword
The second one obviously does not meet your requirements. It is recommended that you test the first one on a mobile phone with Sina client installed, just in case it jumps internally~~~
The link is here: http://open.weibo.com/wiki/IOS_SDK#.E...
Changba uses the SSO authorized login method. You can send me the appkey on Weibo and I will give you the corresponding SDK
Supplementary document addresshttp://open.weibo.com/wiki/移%...
Weibo Open Platform officially releases SSO SDK
Currently supports SSO client version (SDK will identify the version and be backward compatible with WebView)
1. Android Weibo client 3.0.0 and above
2. iPhone version of Weibo client 3.0.0 and above
3. iPad version of Weibo client 2.9.0 and above
If the Weibo client is not installed on the user's mobile phone, the oauth2.0 web authorization method will be enabled to complete the authorization.
Reverse the IPA file of Sina Weibo. You can find that the Sina Weibo client has
scheme
in the info.plist file. In theory, it can be called by third parties. Its scheme issinaweibo
, that is It says that it can be called as followsAs for the calling rules behind
sinaweibo://
, I haven’t found any official documents. I hope someone with knowledge can reveal it. I’m just here to give you some adviceIn this case, users must have the Weibo application installed on their mobile phones
Sina Weibo’s official SDK provides two verification methods.
The second one obviously does not meet your requirements. It is recommended that you test the first one on a mobile phone with Sina client installed, just in case it jumps internally~~~
The link is here: http://open.weibo.com/wiki/IOS_SDK#.E...