Run Facebook FQL Online
Asked Answered
S

7

15

Where can I run FQL queries online in my web browser?

Stridulous answered 29/5, 2010 at 12:49 Comment(0)
T
4

Here's the Facebook's official page with developer tools. There used to be an FQL console there, but it's no longer available. You can use the tools there to test other FB API though.

Edit: For an actual FQL test console, you can take a look at this. It's not online like you wanted, but it's the next best thing that I could find when I went looking.

Thereat answered 29/5, 2010 at 12:53 Comment(1)
FQL is deprecated for versions v2.1 and higher and no longer availablePullen
M
19

Where can I run FQL queries online in my web browser?

In Facebook Developers Graph Explorer Tool, in this format (using a simple example):

https://graph.facebook.com/fql?q=SELECT uid,name FROM user WHERE uid = me()

Update:

Graph Explorer now has a dedicated FQL query window. Press the FQL button and enter your query as:

SELECT uid,name FROM user WHERE uid = me()
Misgovern answered 25/4, 2012 at 10:26 Comment(1)
It returns: {"data": []}. EDIT: Now you need to request access token and choose which permissions you need. Insufficient permissions will results in no data without any warning.Gramarye
U
5

go to https://developers.facebook.com/tools/explorer and click the "FQL Query" button.

Underpinnings answered 10/9, 2012 at 14:55 Comment(0)
T
4

Here's the Facebook's official page with developer tools. There used to be an FQL console there, but it's no longer available. You can use the tools there to test other FB API though.

Edit: For an actual FQL test console, you can take a look at this. It's not online like you wanted, but it's the next best thing that I could find when I went looking.

Thereat answered 29/5, 2010 at 12:53 Comment(1)
FQL is deprecated for versions v2.1 and higher and no longer availablePullen
R
2

Here's a nice online form: https://developers.facebook.com/docs/reference/rest/fql.multiquery/

Rosabelle answered 23/11, 2011 at 17:43 Comment(0)
I
1

query and multiquery -- on either page, scroll down to find the Test Console

Immersion answered 25/8, 2011 at 16:12 Comment(0)
F
0

FQL and Graph API explorers: https://developers.facebook.com/tools/explorer

Just click the FQL option if you want to test FQL. Works wonderfully.

Frisby answered 29/11, 2012 at 20:28 Comment(1)
FQL is deprecated for versions v2.1 and higher and no longer available.Pullen
P
0

FQL is deprecated for versions v2.1 and higher and no longer available

Pullen answered 4/5, 2017 at 18:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.