setUserCredentials from Google data api is stuck
Posted
by yogsma
on Stack Overflow
See other posts from Stack Overflow
or by yogsma
Published on 2010-04-05T19:52:44Z
Indexed on
2010/04/05
22:03 UTC
Read the original article
Hit count: 466
Well, since I am facing some issues with OAuth implementation, I decided to go back to normal method where users will input their login id and password and I will use them in my code to validate their google account to fetch calendar information. So when user enters login id and password, the page is getting stuck. When I check the code, setUserCredentials is the method where it is getting stuck. But when I enter my login id and password and debug on development site, it works fine. There is no problem when I debug. And importantly , the problem appears for first time only, once I debug the code and next time I try it without breakpoint, it works fine.
Does anyone know why setUserCredentials takes time or any way I can track why it is taking so time?
I have asked the same question on Google data api forum, but nobody answered it.
© Stack Overflow or respective owner