I'm trying to get the links from a facebook activity feed, i've tried extracting the HTML from the iframe, but this doesn't work because of cross domain. Then I tried cURL but that doesn't work because of the javascript.
http://developers.facebook.com/docs/reference/plugins/activity
Any ideas?