javascript - gapi.auth.authorize() not calling its callback method -


i trying implement google calendar usin "google apis client library javascript". code provided here: https://code.google.com/p/google-api-javascript-client/source/browse/samples/authsample.html

however, method gapi.auth.authorize never calling callback method handleauthresult.

please take note have generated client id , api key android. scope provided in code https://www.googleapis.com/auth/calendar

please let me know how overcome problem.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -