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

solution to 400 error! #93

Closed
EionRobb opened this issue Oct 18, 2016 · 3 comments
Closed

solution to 400 error! #93

EionRobb opened this issue Oct 18, 2016 · 3 comments
Labels
blocker enhancement New feature or request Pidgin

Comments

@EionRobb
Copy link
Owner

Original report by Anonymous.


The solution from this page:

https://productforums.google.com/forum/#!topic/hangouts/LU2YZNDhN_s

==================================
Using the urls below
https://accounts.google.com/o/oauth2/programmatic_auth?hl=en&scope=https%3A%2F%2Fwww.google.com%2Faccounts%2FOAuthLogin+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&client_id=936475272427.apps.googleusercontent.com&access_type=offline&delegated_client_id=183697946088-m3jnlsqshjhh5lbvg05k46q1k4qqtrgn.apps.googleusercontent.com&top_level_cookie=1
you can get to a programmatic_auth url that sets the oauth code to a cookie that contains the oAuth code.

A video explaining how to get it:
https://www.youtube.com/watch?v=hlDhp-eNLMU
It's 41 secs long, no sound, with annotations.

Text version:
Go to the above url
Enter your username, click next.
Right click page background, inspect
Go to the network tab.
Enter your password, click sign in
Click the first row, the one that says "programmatic_auth"
Scroll down in the right-side panel, find "set-cookie"
Your code should be there, after "oauth_code=", up to but not including the semicolon.
Copy it and use it.

This DOES WORK. a bit of a pain but it WORKS! :-D

@EionRobb
Copy link
Owner Author

Original comment by Steven Mercurio (Bitbucket: [Steven Mercurio](https://bitbucket.org/Steven Mercurio), ).


I forgot to login before creating issue, sorry. It doesn't say in the above but you need to NOT be signed into google so a private tab is the way to go for this. Also what isn't clear to some is where to paste the code which is actually the plug-in popup asking for a code.

@EionRobb
Copy link
Owner Author

Original comment by dx (Bitbucket: dequisdequis, ).


Yeah, uh, that's linked from #71 too

@EionRobb
Copy link
Owner Author

Original comment by Eion Robb (Bitbucket: EionRobb, GitHub: EionRobb).


Duplicate of #71.

@EionRobb EionRobb added blocker Pidgin enhancement New feature or request labels Nov 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker enhancement New feature or request Pidgin
Projects
None yet
Development

No branches or pull requests

1 participant