I'm building a Facebook app that can be installed on Pages (a Page Tab app), and would like to redirect my users to their Page Tabs, knowing only the app ID, and the Page ID.
Let's say for example that my app is installed on this page:
http://www.facebook.com/coldplay whose ID is 15253175252, and my app ID is 174314562666399.
I know I can access the Page using only its numerical ID: http://facebook.com/15253175252 redirects to the Coldplay page.
And I can access the Page Tab with this URL: http://www.facebook.com/coldplay/app_174314562666399. Is there a way to get Facebook to redirect me to this Page Tab using only the Page ID and app ID?