FQL:note

From Facebook Developer Wiki (FbDevWiki.com)
Jump to: navigation, search

Query this table to return the notes the current user has written.

Columns

Highlighted rows are indexable / searchable and one is usually required in the WHERE portion of the query.

Name Type Description
uid int The user ID of the current user.
note_id int The unique identifier for the note.
created_time time The time the user created the note.
updated_time time The most recent time the user edited the note.
content string The body of the note.
title string The title of the note.

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Graph API
FQL
Toolbox