Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebLogin using X/Twitter does result in a parsing error. #11

Open
boasmeier opened this issue Jun 19, 2024 · 0 comments
Open

WebLogin using X/Twitter does result in a parsing error. #11

boasmeier opened this issue Jun 19, 2024 · 0 comments

Comments

@boasmeier
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant