Hello everyone!
When the user add my application or page install my application -> my db (external db.. not in FB) will save the ID and the ACCESS_TOKEN of this user/page. can I do somthing like that?
another thing - if I cant do it ^ -
How can I get a list of all of the pages which installed my application? I guess I have to use in FQL but really I dont which query I should write.
(I thought somthing like that: SELECT name FROM page WHERE page_id IN (SELECT page_id FROM pages WHERE has_added_app = 1 // But it won't work because has_added_app isnt indexable parameter :)
Thank you,