Skip to content

sinaweibosdk/weibo_android_sdk

Folders and files

Name Name
Last commit message
Last commit date

Latest commit

 

History

227 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadMe

summary

The microblog Android platform SDK provides a simple and easy to use microblog API call service for third-party applications, enabling third-party clients to authorize login without understanding the complex verification mechanism, and provides microblog sharing function, which allows them to share microblogs directly through the official microblog client.


Get started quickly

Latest version: 13.10.2( Update log

Account registration

SDK Documentation

SDK - Download

SDK-DEMO download


Terminology

noun annotation
AppKey The app key assigned to each third-party application. It is used for authentication, source display and other functions.
RedirectURI Third party application authorization callback page. It is recommended to use the default callback page https://api.weibo.com/oauth2/default.html , which can be found on the Sina Weibo Open Platform ->My App ->App Information ->Advanced App ->Authorization Settings ->App Callback page.
Scope Through scope, the platform will open more core functions of microblog to developers, while also strengthening user privacy protection and improving user experience. Users have the right to choose the functions assigned to applications in the new OAuth2.0 authorization page.
AccessToken Token representing the user's identity, which is used to call Weibo API.
Web Authorization Authorize through WebView and return Token information.
SSO authorization Authorize by invoking the microblog client and return the token information.

When using Weibo sdk for authorization and sharing, please ensure that your AppKey, RedirectURI, Scope, PackageName are consistent with those on the developer's official website


help

In order to facilitate third-party developers to quickly integrate the microblog SDK, we provide the following contact information to help developers integrate:

QQ group: 146521642 Email: sdk4wb@sina.cn
Weibo: new mobile technology

If you don't know how to solve some problems during use , please read carefully first: FAQs , try to find the corresponding answer.

In addition, regarding SDK bug feedback, user experience, suggestions and shortcomings, please try your best to submit to Github and make full use of Github. At present, the SDK has many shortcomings. Please give us some time. We will strive to provide a standardized, easy-to-use, stable, reliable, extensible and customizable SDK for third-party developers.