How to login to myspace using php ?
HI all. I am trying to download a page from myspace that requires me to be logged in . I am already logged in but when i run this script it downloads the login page instead of the original page !! I be happy if some one help me with it so i download the correct page.Thanks
Note : in the browser i can view the page that i want to download
PHP Code:
$copyfileurl="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=". $id;
file_put_contents($id.".html", file_get_contents($copyfileurl));
Re: How to login to myspace using php ?
I don't know how to do what you want to do, but i am pretty sure your not supposed to be doing it.
Just to refresh your memory:
Quote:
Originally Posted by MySpace TOS
6.5 - The MySpace Services contain Content of Users and other MySpace licensors. Except as provided within this Agreement, you may not copy, modify, translate, publish, broadcast, transmit, distribute, perform, display, or sell any Content appearing on or through the MySpace Services.
Re: How to login to myspace using php ?
Why do you need to download the myspace page anyway?
Re: How to login to myspace using php ?
well i went to the page:
http://viewmorepics.myspace.com/inde...friendID=12345
and it shows all the member's photos...