I'm creating an IFrame app which users can add to a Pages Tab. When I'm navigating to a page where the app is added as a tab ( next to wall,info, etc ) , I see that the Facebook servers call my server where the application sits, with a POST request, but not passing any additional info.
How can my app get more information at that moment to see what Page is being accessed by the visitor ( what is the page id / name ) , so I know what to render back to Facebook ?
I've seen the Graffiti app doing this, when you navigate to a page with graffiti in a tab, it knows what images to display.