Hi,
I'm replying to you over this thread because you replied to the one concerning 
Cristofaro's commit on custom DP 
and it's unrelated.
I totally forgot about the fact that we need to login, and I'm not sure on how 
to do it either, but here's a 
hint, maybe it can help you :
when we connect to the inbox or to the profile or whatever, we generate an html 
with all the login info and a 
url to redirect to once it's authenticated, that's how we do it. look at the 
hotmail.tcl file, I think that's 
where it's done. All you need to do is to probably call a proc from there with 
the url you want, it will 
generate the html file for you with the space url as the redirect, then launch 
the browser on that html file (I 
think it is alreadyd one from inside that proc) and you're done..
ok, let me look for it for you ...
ok, found it. was easy.. all you need to do is :
::hotmail::gotURL "http://whatever.space.com/etc..."; 
and it will generate it AND launch the browser. So instead of calling 
launch_browser $url, you'll just have to 
do ::hotmail::gotURL $url, and you're done!

I hope this helps.

KaKaRoTo

On Thu, Jan 18, 2007 at 09:22:47AM +0100, Karel Demeyer wrote:
> Hi,
>
> I have a request.  I wanted to try downloading the spaces photo
> tumbnails but it requires login over https and I don't know nothing
> about http nor https requests, let alone the loggin in.  So I ask,
> could someone, for the best,n in ::MSNCCARD, implement some procs to
> download thumbnails/full-size photos that can be called from the GUI
> part easily ?
>
> Thanks,
>
> Karel.
>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to