Twitist Forums
How do you display your MySpace feed using php? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: General Social Media & Marketing Forums (/forum-8.html)
+--- Forum: General Social Media questions (/forum-9.html)
+--- Thread: How do you display your MySpace feed using php? (/thread-68914.html)



How do you display your MySpace feed using php? - Nlx - 04-27-2013 07:51 PM

Hi, I am coding a website that combines several social media networking websites. Currently I am working on the MySpace side of it but can not seem to find a guide on how to post your MySpace news feed onto your own website using PHP / HTML. If anybody knows how or has a guide on how to, it would be awesome. Thanks.


- Sir - 04-27-2013 07:52 PM

yw


- Cyko_01 - 04-27-2013 07:58 PM

it looks like you need to send an ajax requests using javascript using there developer api. Then you would parse the xml response and post it to the page using document.write or document.getElementById('mydiv').innerHTML