Using this is a starting point: https://graph.facebook.com/search?q=watermelon&type=post How could I create an RSS feed from the above? It's not XML and it doesn't appear to be HTML either so a DOM parser wont work?! Ideas?
It's json encoded form, you could use a simple php script to do it to generate your self the data use the function json_decode and then to understand the structure more deep, use the function printf or vardump