It is currently March 28th, 2024, 5:28 pm

Safety of login credentials?

Get help with creating, editing & fixing problems with skins
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Safety of login credentials?

Post by jsmorley »

Also, make sure your URL in the skin looks like this:

URL=https://#GMailID#:#GMailPassword#@gmail.google.com/gmail/feed/atom/

With your gmail id and password defined in those variables in your skin or a .inc file of course.
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Safety of login credentials?

Post by jsmorley »

What happens if you just go to that URL, with the variables replaced with the real values of course, in your browser?
ttg trickshotzz
Posts: 13
Joined: September 29th, 2013, 9:40 pm

Re: Safety of login credentials?

Post by ttg trickshotzz »

My skin is written like this:
URL=https://#GMailID#:#GMailPassword#@mail.google.com/mail/feed/atom

As opposed to yours:
URL=https://#GMailID#:#GMailPassword#@gmail.google.com/gmail/feed/atom/

Both lines return "This XML file does not appear to have any style information associated with it. The document tree is shown below."
and the correct XML response from the API is shown and redirects to the "https://mail.google.com/mail/feed/atom" URL
Post Reply