Facebook Developers
DocsToolsSupportNewsApps
Log In
  • Social Plugins
  • Facebook Login
  • Open Graph
  • Facebook APIs
    • Graph API
    • FQL
    • Open Graph
    • Dialogs
    • Chat
    • Internationalization
    • Ads
  • Games
  • Payments
  • App Center
  • Promote Your App
  • iOS
  • Android
  • JavaScript
  • PHP
  • More SDKs
  • Tables
    • album
    • app_role
    • application
    • apprequest
    • checkin
    • comment
    • comments_info
    • connection
    • cookies
    • column
    • developer
    • domain
    • domain_admin
    • event
    • event_member
    • family
    • friend
    • friendlist
    • friendlist_member
    • friend_request
    • group
    • group_member
    • insights
    • like
    • link
    • link_image_src
    • link_stat
    • location_post
    • mailbox_folder
    • message
    • note
    • notification
    • object_url
    • offsite_conversion_event
    • page
    • page_admin
    • page_blocked_user
    • page_global_brand_child
    • page_fan
    • page_milestone
    • permissions
    • permissions_info
    • photo
    • photo_src
    • photo_tag
    • place
    • privacy
    • privacy_setting
    • profile
    • profile_tab
    • profile_view
    • question
    • question_option
    • question_option_votes
    • review
    • score
    • standard_friend_info
    • standard_user_info
    • status
    • stream
    • stream_filter
    • stream_tag
    • subscription
    • table
    • thread
    • translation
    • unified_message
    • unified_message_count
    • unified_message_sync
    • unified_thread
    • unified_thread_action
    • unified_thread_count
    • unified_thread_sync
    • url_like
    • user
    • video
    • video_tag

stream_filter

API Reference › FQL › stream_filter

Description

A list of stream filters the user has available as represented in FQL.

Columns

NameDescription

filter_key

string

A key identifying a particular filter for a user's stream

icon_url

string

The URL to the filter icon. For applications, this is the same as the application's icon

is_visible

bool

If true, indicates that the filter is visible on the home page. If false, the filter is hidden in the More link

name

string

The name of the filter as it appears on the home page

rank

unsigned int32

The rank of where the filter appears in sort on News Feed

type

string

The type of filter. One of application, newsfeed, friendlist, network, or public_profiles

uid

id

The ID of the user whose filters you are querying

value

(number) or (string)

ID for the filter type

Examples

  • SELECT ... FROM stream_filter WHERE uid = A
Note: Additional filters on other columns can be specified but they may make the query less efficient.

Permissions

To read the stream_filter table you need:

  • a valid access token with basic permissions
  • read_stream permissions if used in combination with stream table).
Facebook © 2013 · English (US)
AboutAdvertisingCareersPlatform PoliciesPrivacy Policy