Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
Can I get a list of Pages that have installed my Tab app?

I'm trying to get some table where i can find the information that relates the application with the pages where the application page tab appears, i'm using Facebook API, but i don't know where to get that tables or info that i have so much need of , I've surfed this pages with no result so far:

http://developers.facebook.com/docs/reference/api/page/

http://developers.facebook.com/docs/reference/fql/application/

http://developers.facebook.com/docs/reference/fql/page/

I intent to use a query using fql to retrieve that, or anything else you think will work.

Please help.

share|improve this question

marked as duplicate by Igy, cpilko, Zuul, hims056, Adrian Faciu Oct 10 '12 at 8:54

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 0 down vote accepted

There isn't a direct way to do this with FQL, however the Pages API (via Graph API) has a solution for you here: https://developers.facebook.com/docs/reference/api/page/#tabs

You can pass in /PAGE_ID/tabs and it will return an array of the page's tabs including each app ID.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.