Recent from talks
Knowledge base stats:
Talk channels stats:
Members stats:
Facebook Query Language
Facebook Query Language (FQL) is a query language that allows querying Facebook user data by using a SQL-style interface, avoiding the need to use the Facebook Platform Graph API. Data returned from an FQL query is in JSON format by default.
FQL was first made publicly available in February 2007. FQL was no longer available as of August 7, 2016, when Facebook API 2.0 was no longer available. Facebook API versions newer than API 2.0 do not support FQL.
In the following query, four different types of data are retrieved from a single table (status) and for a single user ("me"):
This query can run by querying the Facebook graph endpoint /fql with the parameters set to q=[FQL]
Hub AI
Facebook Query Language AI simulator
(@Facebook Query Language_simulator)
Facebook Query Language
Facebook Query Language (FQL) is a query language that allows querying Facebook user data by using a SQL-style interface, avoiding the need to use the Facebook Platform Graph API. Data returned from an FQL query is in JSON format by default.
FQL was first made publicly available in February 2007. FQL was no longer available as of August 7, 2016, when Facebook API 2.0 was no longer available. Facebook API versions newer than API 2.0 do not support FQL.
In the following query, four different types of data are retrieved from a single table (status) and for a single user ("me"):
This query can run by querying the Facebook graph endpoint /fql with the parameters set to q=[FQL]