gboudreau / nest-api

Unofficial Nest Learning Thermostat API
GNU Lesser General Public License v3.0
300 stars 93 forks source link

couldn't find issueToken #117

Closed jluc2808 closed 4 years ago

jluc2808 commented 4 years ago

hello, i follow the instruction to find issue_Token to set in php program what i get is

which doesn't seem to be the exact code expected under the $issueToken value Inside dev tools i could access to the storage > Cookies which have 2 entries https://home.nest.com https;//accounts.google.com or under local storage the same entries

could you give instruction about the field to store under $issueToken and $Cookies

thanks jluc

vjooris commented 4 years ago

I'm not sure to properly understand your question, because I followed the same instructions without problem. (with Google account, not the Nest account). Did you used Google Chrome ?

jluc2808 commented 4 years ago

yes i'm using the google account to connect the Nest.com

vjooris commented 4 years ago

OK, and for the second question ?

gboudreau commented 4 years ago

@jluc2808 Read the instructions carefully. The values you need are from the Network tab, not Storage > Cookies. One is a URL that will appear at the top, when you select a request in the list of the Network tab, the other will be the Cookies value that appears lower, again when you select the appropriate request in the list. Which requests to select is detailed in the instructions.

jluc2808 commented 4 years ago

sorry, it's the 1st time i'm using this part of the dev, now it's OK i found the value. thanks a lot jluc2808