OAuth2.0API C# SDK (Wbm.SinaV2API) source code
Sina Weibo OAuth2.0 API usage process:
1. Modify the configuration file (Wbm.SinaV2.config) as needed.
2. Register ApplicationKey. (Refer to UiPageBase.cs file)
3. Obtain the user authentication address. (Refer to Logout.aspx file)
4. Obtain/cache authentication information. (Refer to the RedirectUri.aspx file)
5. Obtain user resources. (Refer to Default.aspx file)
I'm not busy-Sina Weibo SDK 2012-04-08 V2.1.0408
1. The SDK code has been rearranged to make the code hierarchy clearer.
2. The API request address is incorporated into the configuration file, making it more convenient and fast to call or modify.
3. API errors no longer occupy system exceptions.
2. The SDK removes the logging function, and the website automatically captures errors or exceptions and writes logs.