| Author |
php and curl to login to .net passport account
|
|
| baustin75@gmail.com 2006-03-16, 6:56 pm |
| Hello everyone! Has anyone successfully logged into their .net
passport account
using php and curl? I am trying to access the real time stock quotes
but, need to login first so that I can access it. Thanks for any help
or suggestions.
| |
| Drakazz 2006-03-19, 7:55 am |
| Er, you need to use SSL and cookies when logging in. the process is
pretty complicated.
I had a script somewhere with connection, cannot find it yet.
This might be useful:
http://www.hypothetic.org/docs/msn/research/
| |
| baustin75@gmail.com 2006-03-20, 7:55 am |
| Thanks for the info. If you find that script I would love to see it.
The only script that i've seen is gotmail which is a perl script.
| |
| Drakazz 2006-03-23, 6:58 pm |
| Just found it!
http://wykis.com/wcms/upload/pub/msn.tar.gz
Enjoy!
There are two files created by me and one of the original files is
modified to add emails to the list. I don't know who created it =( no
comments there. Got it somewhere from the net.
I am hoping to rewrite something like that from scratch using classes
and bindings etc. This will allow very easy control for example. Would
be useful for a lot of people :]
Regards
|
|
|
|