0

Facebook recently introduced verified pages (see https://www.facebook.com/help/196050490547892). Here's an example https://www.facebook.com/SpiderManDVD

I'd like to create a directory of verified movie pages but can not find a way to identify verified pages through the API. Does anyone know if this is possible at the moment?

1 Answers1

0

Try is_verified in FQL page table

For example,

SELECT is_verified FROM page WHERE username='FakeSupport' or username='Facebook'

phwd
  • 19,975
  • 5
  • 50
  • 78