Need advice about LJ auth.
Background:
Was able to login/get a cookie with LJ.XMLRPC.sessiongenerate
and was able to post using:
ljmastersession
ljloggedin
Problem:
request of the type [URL?style=mine] - does not work - I still get the style of the author, not mine.
Sniffer capture of a browser session shows that client passes stuff like:
Cookie:
ljuniq=11111111111;
ljloggedin=22222222222;
langpref=en_LJ/3333333333;
ljsession=444444444444444;
Can you suggest a better way than just to simulate login with through http and capture cookies?