QQ login OAuth2.0API source code
QQ login OAuth2.0 API usage process:
I'm not busy - QQ login OAuth2.0 API usage process:
1. Modify the configuration file (Wbm.QzoneV2.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)
QQ login OAuth2.0 API source code updated on 2011-10-27
1. Using the [optional parameter] feature, customizing parameters is more convenient and flexible.
2. Use XML configuration file (Wbm.QzoneV2.config).
3. Encapsulate Model, user information Model (SinaMUsers.cs)
4. Contains a simple example, making the interface faster and easier to use.
5. Use logging. The log file path is modified directly in the configuration file (Wbm.QzoneV2.config).
6. Having a website can deploy multiple application functions, just add the app node to the configuration file.