About solving the problem of FC when Weibo login is not realized and Weibo is not available on mobile

Source: Internet
Author: User

In the third-party login interface rewrite:


/**

* This function is called when the SSO authorization Activity exits.

*

* @see {@link Activity#onactivityresult}

*/

@Override

protected void Onactivityresult (int requestcode, int resultcode, Intent data) {

Super.onactivityresult (Requestcode, ResultCode, data);

SSO Authorization Callbacks

Important: The Activity that initiates the SSO login must be rewritten onactivityresults

if (Mssohandler! = null) {

Mssohandler.authorizecallback (Requestcode, ResultCode, data);

}

}


Note:SSO English full name Single sign on, one-point login. SSO is a multi-application system in which users can access all trusted applications with only one login. It includes the ability to map this major login to other applications for the same ...

About solving the problem of FC when Weibo login is not realized and Weibo is not available on mobile

Related Article

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.