Hi, I am getting " The oauth_verifier is missing or invalid" when trying to access google contact service. Once I debug I found that,
at org.apache.shindig.gadgets.oauth.OAuthRequest:708 realRequest.getOAuthArguments().getReceivedCallbackUrl(); Return null, and the verifier is not getting set. But by looking at the code it seems that code is written asuming that verifier is optional. But after I authorize to access the data, am getting that verifiers is required from google data apis. And FYI, this was working few months back, but suddenly it seems broken, has there been a change from google data api side, or am I doing something worng ? Any help is greatly appreciated. Thanks & Regards, /Nuwan --
