Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1096929
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T00:21:13+00:00 2026-05-17T00:21:13+00:00

I am using facebook graph Api for my application where i want the data

  • 0

I am using facebook graph Api for my application where i want the data of this page.

http://www.facebook.com/pages/

In this page there is option TV SHOW I want collect all information of that page.
But i didn’t any graph api method for this page.

Please help me for this problem.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T00:21:14+00:00Added an answer on May 17, 2026 at 12:21 am

    As far as I can tell, this isn’t something you can do. It has to do with what Facebook sets as “indexable” columns in their tables. For example, the page table has a type ID and the TV SHOWS category ID appears to be 89, so you’d think you could run a FQL query such as:

    https://api.facebook.com/method/fql.query?query=SELECT page_id, name FROM page WHERE type=89
    

    or perhaps:

    https://api.facebook.com/method/fql.query?query=SELECT page_id, name FROM page WHERE type='TV SHOW'
    

    But you’ll get this notice:

    Your statement is not indexable. The
    WHERE clause must contain an indexable
    column.

    Unfortunately, the only two indexable columns for WHERE statements using the page table are page_id and name. So you can only query this table for one page at a time. Which makes sense when you consider how expensive a search like that would be on billions of records.

    You can do a generic graph search for “TV SHOWS” but it won’t give the the results on the page index as you requested:

    https://graph.facebook.com/search?q=TV%20SHOWS&type=page
    

    The Graph API is more about introspection/connections between objects than an open search protocol.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the PHP library for the Graph API ( http://github.com/facebook/php-sdk ) but
Possible Duplicate: 'Like' a page using facebook graph api I want to let users
I want to post score points using facebook graph api, from my android application
I have a Facebook desktop application and am using the Graph API . I
I have been working on a facebook application which will be using Graph API
I want to post an event to a facebook group using the graph API
is there a way to delete a friend using the facebook open graph api?
I am getting this error in using Graph api for facebook error: { type:
I am using Graph API in my application. I am fetching user's facebook wall
I am using the Graph API for Facebook on my iPhone application. The problem

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.