Jump to content

Is it possible to import profile details from Myspace.com?


rejoice

Recommended Posts

Hi friends,I require your assistance here.Is it possible to import profile details from the existing social networking sites such as “myspace.com”, “bebo.com” and “hi5.com”? The site myyearbook.com can import the profile details of the myspace.com easily and it displays the myspace.com profile details of one user in its own site. How do I make it possible for my own site?Thanks in advance.

Link to comment
Share on other sites

You need to have PHP fetch the profile page and read it to extract the information you want. What you should probably do is view the source code of a few people's profiles and find out what the patterns are, like maybe the name always shows up like this:

<div class="profile_name">Name</div>

Then you search for that in the page to find the person's name. The point is to look for the patterns that contain the data you want to find, and extract them from the downloaded profile page.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...