I have facepile plugin on my webpage to show faces who are using the application. The code snippet to show facepile is
<fb:facepile id="some_id" data-size="medium" data-width="396">
</fb:facepile>
Faces are showing normally.But when I use "Use facebook as:" option from the facebook homepage and selects any of my listed pages, facepile plugin on my webpage turns weird and shows a white box with a small thumbnail and an anchor(with text 'switch') on top of it On inspecting element with chrome's right click context menu I found it's an iframe with width being 396px and height being 1000px which displays in the middle of page hiding html form for normal login too. If I revert to my profile using "Use facebook as:" option faces start showing normally. Am I missing something or It's a bug?
I already checked a similar question but that is related to user being not logged.
Also I checked this bug listed on facebook developer page but it seems to be resolved.