FQL Facebook Query - Get All Fields of Page Table

1k Views Asked by At

How can I get all data fields of an Facebook FQL Table with one keyword ? for example SELECT ??? FROM page WHERE page_id == "myPageID" ?

Thanks

1

There are 1 best solutions below

1
On

You have to specify each column you want returned in the query. Yeah, it's a pain. All the available columns: https://developers.facebook.com/docs/reference/fql/page/