Iframes on uniface
Author: Slopez@compuamerica.com.ve (Sminthsonth)
Hello everyone, I'm developing a mobile app where i'm integrating facebook login and i'm facing an issue, after login in , my screen goes blank. So, i resolved to manage facebook login inside an iframe (because i believe the pop up blocker is causing me trouble). However, after adding the html tag in my source code, the login dialog it is not being displayed at all . What should i do? Please, Help. ___________________ Edit: Haven't figured how to make it work on iframe, can't see the facebook login dialog, although in my pc works perfectly. Edit2: Discovered using iframes to hold facebook login dialog is not possible because of x-frame options = DENY , this left me hanging and gotta do more research in order to find a way.
.
. I've been doing a lot of research on the matter, and the solution seems to be the server-side login (my server handling access tokens and such), although i haven't found any clear documentation about it. I'm kinda lost, even the facebook documentation is poor in the subject.