To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Facebook Query Language

From Wikipedia, the free encyclopedia

Facebook Query Language
First appearedFebruary 2007; 16 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.

YouTube Encyclopedic

  • 1/3
    Views:
    8 175
    15 264
    10 840
  • 05. Crear aplicaciones para Facebook FQL 1/2
  • Overview of Query Languages | Database Management System
  • HIbernate : How to use hibernate query language to select the data from the database tables

Transcription

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

This page was last edited on 7 June 2023, at 02:59
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.