Where can I run FQL queries online in my web browser?
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()