php - Facebook Connect: Load New Page After Login -


i'm looking replicate flow of airbnb's login system, on website:

1) user logs in via facebook: https://www.airbnb.com/login 2) once user authenticated, new page loads: http://www.airbnb.com/home/dashboard

i imagine has onload attribute of fb:login-button, i'm of noob it. can point me in right direction?

thank in advance!

once logged, in run following js:

window.location = "http://www.airbnb.com/home/dashboard"; 

Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -