Hi All… if there is anyone actually on here.
Once I’ve got the user connected using:
T("#mydiv").connectButton({
//etc
is there anyway to keep them connected. If the browser is restarted and the page loaded again, T.isConnected = false, so they need to click the Connect button again. This is really annoying. Can’t it work like Facebook’s JS API where the user decides when to log out?
Surely once the user has Auth’ed your app, it should stay auth’ed until the user revokes it?
Thanks,
Scott