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

Twitter OAuth failure - "Error parsing a meta element's content" #425

Closed
grantgumina opened this issue Mar 22, 2016 · 2 comments
Closed

Comments

@grantgumina
Copy link

I posted this on the Parse Server project page and was recommended I move the issue to this project instead.

I'm attempting to add Twitter authentication to my Android application, but I'm running into the following issue when I call the ParseTwitterUtils.logIn method. Via Logcat, I can see the following output:

03-21 13:19:32.775 24141-24141/com.vearlo I/chromium: [INFO:CONSOLE(8)] "The value "device-width;" for key "width" is invalid, and has been ignored.", source: https://api.twitter.com/oauth/authenticate?oauth_token=hrWTEAAAAAAAuLuOAAABU5rVEyg (8)
03-21 13:19:32.775 24141-24141/com.vearlo I/chromium: [INFO:CONSOLE(8)] "The value "1.0;" for key "initial-scale" was truncated to its numeric prefix.", source: https://api.twitter.com/oauth/authenticate?oauth_token=hrWTEAAAAAAAuLuOAAABU5rVEyg (8)
03-21 13:19:32.775 24141-24141/com.vearlo I/chromium: [INFO:CONSOLE(8)] "The value "1.0;" for key "maximum-scale" was truncated to its numeric prefix.", source: https://api.twitter.com/oauth/authenticate?oauth_token=hrWTEAAAAAAAuLuOAAABU5rVEyg (8)
03-21 13:19:32.776 24141-24141/com.vearlo I/chromium: [INFO:CONSOLE(8)] "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=hrWTEAAAAAAAuLuOAAABU5rVEyg (8)

This line: Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.", seems to be the culprit.

Has anyone seen a similar issue? Facebook login works fine.

@grantland
Copy link
Contributor

ParseTwitterUtils hasn't been touched for months, so this sounds like an issue with Twitter's API.

For future reference this repository only deals with the core Parse SDK, so I'll be closing this issue. I suggest troubleshooting this with Twitter and if you're still having issues you should re-open an issue on the correct project: ParseTwitterUtils-Android.

@AbandonedCart
Copy link

For future visitors (already redirected from the original issue):
parse-community/ParseTwitterUtils-Android#26

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

3 participants