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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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