问题
I have implemented login with Google Plus in my website using Javascript SDK. when i click on button (Goolge Plus Signin) first time, it display Error "immediate_failed". but when i click second time on that button it works fine. "immediate:false or true" is not working? how can i solve this issue?
回答1:
assuming you have implemented the client side flow described here: https://developers.google.com/+/web/signin/?hl=en#using_the_client-side_flow and it sounds that you are calling the signin callback before rendering the button itself, but for further debug I'd need to see your code.
来源:https://stackoverflow.com/questions/17894861/google-plus-signin-immediate-failed-error