I have a Facebook page feed that I want to access:
http://facebook.com/feeds/page.php?format=json&id=123456789 (Not a real ID)
When I put the URL in the browser, it works just fine, but when I try to access it using file_get_contents, Facebook sends me to a page that says I am using an unsupported browser. This data is public though so I shouldn't need an access token to obtain it. Is there an extra step I need to take in order to access this data? I also tried using cURL with no success.
Any help is appreciated. Thanks.