Hi,
I’m using the Facebook plugin to try to show a “share” dialog. I do a facebook.login call and it seems to work fine, but then when I make the call to showDialog, the following occurs: it opens the dialog and shows the correct share dialog for a split second, but then the opened dialog redirects to a login page where it says “You must log in first.” I’m calling showDialog from with the handler from my login call (phase == “login”). If I actually enter my login info in that form, then it proceeds to work fine. It seems broken though how they authenticate, it shows the correct screen for a second in the modal, but then goes to a login screen.
I’m not really sure what’s going on. Any help is appreciated.
Edit: Hmm, this is even weirder. Even after the quick redirect within the dialog, a “Post” button remains at the top even on the login screen. If I hit that post button, it posts and works. So its working, just not staying on the correct screen.
Edit #2: Just for the heck of it I switched the dialog to “feed” instead of share. It works perfectly now. Bug with share dialog?
Thanks,
~David