You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the following code in order to start social login via X/Twitter:
LoginRadiusSDK.WebLogin webLogin = new LoginRadiusSDK.WebLogin();
webLogin.setProvider(SocialProviderConstant.TWITTER);
webLogin.startWebLogin(MainActivity.this,SOCIAL_LOGIN_REQUEST_CODE);
While parsing the HTML content following error occurs:
[INFO:CONSOLE(7)] "Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.", source: https://api.twitter.com/oauth/authenticate?oauth_token=***********************************
The content attribute of meta tag should use ',' instead of ';' as key-value-pair separator.
LoginRadiusSDK Version
5.1.0
Android Version
14
The text was updated successfully, but these errors were encountered:
I use the following code in order to start social login via X/Twitter:
While parsing the HTML content following error occurs:
The content attribute of meta tag should use ',' instead of ';' as key-value-pair separator.
LoginRadiusSDK Version
5.1.0
Android Version
14
The text was updated successfully, but these errors were encountered: