Grab MySpace UserInfo...
Posted by Rob in
Code Snippets,
PHP,
Projects on 07 22nd, 2009 |
4 Comments
In this tutorials I will show you how to grab from MySpace: User default photo, Profile name, age, sex, location and link.
So lets start with the php to pull the info from MySpace. In this example i will be using a form to pull the user.
Get the source files: DOWNLOAD
See the DEMO
name this file “myspace.class.php”
//the...