I\'ve found some discrepancies in the graph api and was wondering if anybody has been able to work around them.
https://graph.facebook.com/?id=http://www.imdb.com/ti
This API is no longer available. The answer below is no longer valid.
I could get stats of a page (say http://techcrunch.com) with just a GET request to API. Just place this GET request http://api.facebook.com/restserver.php?method=links.getStats&urls=[YOUR_URL]
and get the stats.
like http://api.facebook.com/restserver.php?method=links.getStats&urls=http://techcrunch.com/ returns
http://techcrunch.com/
http://www.techcrunch.com/
6244
1513
1391
9148
4007
433841427570
4
Hope this helps.
Also,
If you want that response as a JSON, just append &format=json
to request URL – Dexter
(from the comment. Thanks Dexter!)