I'm letting users install my app on their Fan Pages by using FB.ui (method => 'page_tab').
when they do install it, I call OpenGraph to retrieve the metadata of every page in which the app has been installed (graph.facebook.com/{page_id}). This gives me an attribute "has_added_app" by which I know which pages have had my app installed.
The question is: if another admin (not my user) of the same Page had installed the app in that same page... How would I know ? would the 'has_added_app' flag be set to true ?
in that case it would be misleading, since my user has not "has_added_app" (it's been another user).