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

login/password no longer supported (only using cookies still works) #1

Open
sndirsch opened this issue Sep 1, 2019 · 2 comments
Open

Comments

@sndirsch
Copy link
Owner

sndirsch commented Sep 1, 2019

Apparently since introduction of Facebook login credentials via login/password are no longer supported. You need to use cookies instead. For this specify these in the ICE config file via

#Firefox: use Webdeveloper/Storage Inspector on Intel (csrftoken/SACSID)
SACSID=[...]
CSRF=[...]

If things are no longer working (weird error messages or you get screenshots only showing the login page), remove the cookies of intel.ingress.com in your browser, relogin and use the new cookies in your ICE config file.

You may also need to remove the ".iced_cookies" file, which is being used by ICE as cookie cache.

Update: This changed later to usage of

sessionid=<fill_this_with_your_sessionid>
CSRF=<fill_this_with_your_csrftoken?

sndirsch added a commit that referenced this issue Sep 8, 2019
Document that authentication via login/password is currently broken
and therefore needs to be done via cookies (SACSID/CSRF options).

* commented out login/pasword options
* documented how to figure out SACSID/CSRF options in Firefox
* fixed Intel Map URLs

This is issue #1.
@sndirsch
Copy link
Owner Author

sndirsch commented Sep 8, 2019

Improved sample config meanwhile. :-)

@neon-ninja
Copy link

neon-ninja commented Jun 14, 2022

Google seem pretty adept at blocking automated logins - perhaps it might be easier to login programmatically via Facebook

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

2 participants