Search code examples
phpfacebookweb-scrapingandroid-activityfeed

Extract Links from Facebook activity feed


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?


Solution

  • It is not possible, basically it requires your session that you can't maintain in iframe, I tried this some days ago through file_get_contents and cURL but nothing works.