Where can I run FQL queries online in my web browser?
With the Facebook API, you can access and read public data for Facebook Pages that you are not the admin of. This data, including business metadata, public comments, and posts, can be used for competitive analysis and benchmarking.
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()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With