Facebook Query Language

Facebook Query Language
First appearedFebruary 2007; 17 years ago (2007-02)
PlatformFacebook Platform
Websitedevelopers.facebook.com
Influenced by
SQL

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

FQL was first made publicly available in February 2007.[3] FQL is 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

  1. ^ "Facebook Query Language (FQL)". Facebook for Developers. Archived from the original on 2011-07-17. Retrieved 2018-05-12.
  2. ^ "About Facebook-FQL". Tag info. Stack Overflow. Retrieved 2012-05-18.
  3. ^ Steinberg, Ari (February 26, 2007). "FQL". Facebook. Retrieved 2018-05-12.
  4. ^ "Changelog - Graph API". Facebook for Developers. Retrieved 2018-05-12.

External links

  • Official Homepage
  • v
  • t
  • e
Meta Platforms
Products
and services
Facebook
Instagram
Hardware
Other
Former
People
Founders
Board
Current
Former
Executive
officers
Current
Former
Oversight
Board
Members
Board of
Trustees
  • Stephen Neal, Chair (2021–)
  • Kristina Arriaga (2020–)
  • Cherine Chalaby (2020–)
  • Wanda Felton (2020–)
  • Kate O'Regan (2020–)
  • Robert Post (2020–)
Former
members
Notable
employees
Current
Former
Open sourceMass mediaConceptsBusinessListsRelated
Stub icon

This Web-software-related article is a stub. You can help Wikipedia by expanding it.

  • v
  • t
  • e