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
Post a Comment