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
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.
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.
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?
The text was updated successfully, but these errors were encountered: