DescriptionPerform a custom FQL Query. Parameters
See the syntax page and the parameter defaults page for information on setting your default parameters. OutputThe output will be listed in three columns: INDEX, FIELD & VALUEPreferencesSee the general preferences page for a list of preferences that apply to all (or most) commands. Notes
ExamplesList all of your notes and their titles: fbcmd FQL "SELECT note_id,title FROM note WHERE uid=[me]" fbcmd FQL "SELECT name FROM user WHERE uid IN [flist] AND relationship_status='single'" =all |
Commands >