Facebook Query Language
Page Module:Infobox/styles.css has no content.
| Facebook Query Language | |
|---|---|
| First appeared | February 2007Script error: No such module "Check for unknown parameters". |
| Template:Infobox software/simple | |
| Platform | Facebook Platform |
| Website | developers |
| Influenced by | |
| SQL | |
Script error: No such module "Check for unknown parameters".
Facebook Query Language (FQL) is a query language that allows querying Facebook user data by using a SQL-style interface,[1] avoiding the need to use the Facebook Platform Graph API.[2] Data returned from an FQL query is in JSON format by default.
History
Script error: No such module "Unsubst". FQL was first made publicly available in February 2007.[3] FQL was no longer available as of August 7, 2016, when Facebook API 2.0 was no longer available.[4] Facebook API versions newer than API 2.0 do not support FQL.
Example
In the following query, four different types of data are retrieved from a single table (status) and for a single user ("me"):
SELECT status_id,message,time,source FROM `status` WHERE uid = me()
This query can run by querying the Facebook graph endpoint /fql with the parameters set to q=[FQL]
References
Page Template:Reflist/styles.css has no content.
- ↑ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Utilities' not found.
- ↑ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Utilities' not found.
- ↑ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Utilities' not found.
- ↑ Lua error in package.lua at line 80: module 'Module:Citation/CS1/Utilities' not found.
Script error: No such module "Check for unknown parameters".