Google+ Sign-In done well -


i'm trying add google+ sign-in site. the docs, know how it. however, encountering problems:

the button not present on page load, , appears shortly after. , once logged in, on every page load, button appears briefly , hidden. because button created (and hidden if user logged in) via google's javascript. rather distracting user. i've come across 1 solution, use custom sign in button feature, allow me serve styled button, rather have created after page load. problem want default button appearance. seems rather cumbersome have come markup , styling myself in order default. also, if change default, i'll left outdated button until notice , fix it. there better way have default button displayed, have not appear / hidden on page load?

what if user doesn't have javascript enabled (e.g. old mobile phone)? there doesn't appear documentation non-js implementation. supported? if so, there documentation? app engine's users framework works generating link google sign in page. there way of achieving google+ sign in this?

i'm using app engine. possible hook google+ sign-in app engine users framework? useful not have re-write lot of functionality.

lastly, how can test locally? google reject request due hostname (localhost) not matching 1 specified key. solved: turns out can add "localhost:8080" (or whatever dev environment may be) "javascript origins" in api console under "api access".


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -