Facebook Developers
DocumentationSupportBlogAppsLog In
  • Getting Started
  • Core Concepts
  • Advanced Topics
    • Dialogs
    • FQL
    • Internationalization
    • Ads API
    • Credits
    • Chat API
    • Legacy REST API
    • Legacy FBML
    • Legacy FBJS
    • Legacy Javascript SDK
  • SDK Reference
  • Tools
  • Tables
    • album
    • application
    • apprequest
    • checkin
    • comment
    • comments_info
    • connection
    • cookies
    • developer
    • domain
    • domain_admin
    • event
    • event_member
    • family
    • friend
    • friend_request
    • friendlist
    • friendlist_member
    • group
    • group_member
    • insights
    • like
    • link
    • link_stat
    • location_post
    • mailbox_folder
    • message
    • note
    • notification
    • object_url
    • offer
    • page
    • page_admin
    • page_blocked_user
    • page_fan
    • page_milestone
    • permissions
    • permissions_info
    • photo
    • photo_src
    • photo_tag
    • place
    • privacy
    • privacy_setting
    • profile
    • profile_view
    • question
    • question_option
    • question_option_votes
    • review
    • standard_friend_info
    • standard_user_info
    • status
    • stream
    • stream_filter
    • stream_tag
    • subscription
    • thread
    • translation
    • unified_message
    • unified_thread
    • unified_thread_action
    • unified_thread_count
    • url_like
    • user
    • video
    • video_tag

cookies

Advanced Topics › FQL › cookies

A list of cookies that were set for the user as represented in FQL.

To access this table you need:

  • a valid access token with basic permissions.

Examples

Use this query to receive a list with detailed information of all cookies that have been set for this user:

select uid, name, value, expires, path from cookies where uid = <uid>

Columns

IndexableNameTypeDescription
*uidstring

The user ID associated with the cookie.

namestring

The name of the cookie.

valuestring

The value of the cookie.

expiresint

Time stamp when the cookie should expire. If not specified, the cookie never expires.

pathstring

Path relative to the application's callback URL, with which the cookie should be associated. Default value is /

Updated about 7 months ago
Facebook © 2012 · English (US)
AboutCareersPlatform PoliciesPrivacy Policy