Facebook API login button without using FB.Login() (i.e. no pop-up) -


i'm creating facebook app , wanted avoid firing off allow box, looks i'm going have that.

one option call fb.login(), generates pop-up blocked user.

another option use fbml:

<fb:login-button></fb:login-button> 

when user clicks on button, window opens appears pop-up isn't (i.e. it's not blocked). ideal.

the question how can launch window opens without having have user click button? i'd not have button show, it's clicked state show.

is there way can auto-click button?

thanks.

if user can interact can in javascript, long it's not alert box or 1 of it's ilk (cos spawn out system handled, no longer in domain of dom).

so why not call onclick of button?


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -