A complete example of Sina Weibo client oauth for Android

Source: Internet
Author: User

The most frequently asked questions in my blog are related to oauth. There are many problems, many of which are stuck in this step.

For this reason, it took some time to write a complete example of oauth authentication for the Android version of Sina Weibo client. This code is just a function implementation example without considering the robustness of the program, please complete it by yourself.

However, the uerid, userkey, and usersecret can be obtained successfully after oauth is run.

For detailed implementation, see:

Android development my Sina Weibo client-oauth (2.1)

Here we will not talk nonsense. We will directly provide the project source file for download: oauth4sina.rar

After downloading the project file, modify the following two lines in the source code:

String consumerkey = "fill in your own ";

String consumersecret = "fill in your own ";

Then you can run the debugging. The result is as follows:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.