Run Facebook FQL Online

2019-03-18 07:38发布

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

7条回答
劫难
2楼-- · 2019-03-18 07:43

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()
查看更多
看我几分像从前
3楼-- · 2019-03-18 07:43

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

查看更多
啃猪蹄的小仙女
4楼-- · 2019-03-18 07:44

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

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

查看更多
【Aperson】
5楼-- · 2019-03-18 07:44

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

查看更多
孤傲高冷的网名
6楼-- · 2019-03-18 07:45

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.

查看更多
老娘就宠你
7楼-- · 2019-03-18 07:47

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

查看更多
登录 后发表回答