javascript - Google, Facebook oauth Login for SPA without Page Refresh -
i working on single page radio player web application. want integrate facebook or google oauth login in app.
i want radio player continue playing while user login app using oauth login flow. how implement oauth login without page refresh.
you can use javascript sdk this, fb.login function: https://developers.facebook.com/docs/reference/javascript/fb.login/
if docs not enough you, here´s tutorial: http://www.devils-heaven.com/facebook-javascript-sdk-login/
Comments
Post a Comment