View Single Post
Posts: 435 | Thanked: 197 times | Joined on Feb 2010
#77
in sqlite3, after typing
Code:
Select + from account;
I only see
Code:
19|msn|MSN|msn|IM
even after doing
Code:
 insert into accounts values (null, 'my email', 'msn', 0);
(which didn't even give me a confirmation message or error, it just skipped to a next line)
I don't see the line you have
Code:
14|me@hotmail.com|msn|1
do i see continue to connect the new SSO account or am i missing something?

Edit1: actually...let me reboot...
Edit2: still not there after reboot...
Edit3: Hmm, I can see my msn under the Accounts UI now, but enabling/disabling doesn't do anything... I'm still stuck at the
Code:
insert into settings values(14, 20, 'tmc-uid', 's', '<telepathy uid>');
since I am not able to get an account ID, only a service ID

Last edited by IsaacDFP; 2011-12-09 at 16:12.