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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -