Is it possible to use Facebook Insight API to get statistics on dynamically created like pages ?
Let's say on my website I create some web pages with a like button such as : http://www.imdb.com/title/tt0117500/
I'll first get the object id using : https://graph.facebook.com/?id=http://www.imdb.com/title/tt0117500/
Then query some statistics such as : https://graph.facebook.com/114324145263104/insights/page_fans_locale
I tried on my own website, adding my fb:app_id on each page but it doesn't work. Is it because insights are only available to pages which are liked by at least 30 people ?