Ed Hotchkiss wrote:
> i am trying to write a class to log into myspace. either i am doing
> something wrong, or... myspace is requiring that i accept a cookie, or
> create a session? however i am new to urllib and urllib2.
It's very likely that myspace is returning a cookie from the login, this
i am trying to write a class to log into myspace. either i am doing something wrong, or... myspace is requiring that i accept a cookie, or create a session? however i am new to urllib and urllib2.
heres my code:
correctly formatted code is at: http://www.jeah.net/~marla/myspace.py
#!/bin/env p