authsub

Getting Invalid Authsub Token Error 403

Hi, I am trying to authenticate my application using Blogger API but when user grant access to the application and blogger api return the token and the token i use to exchange the by sending the request on https://www.google.com/accounts/AuthSubSessionToken it return an error called Error 403 Invalid AuthSub Token. Kindly help me in this...

Accessing "Google Documents List API" via AuthSub returns "Invalid AuthSub token"

I'm trying to retrieve the list of documents (from Google Docs) as an XML feed via ruby's net/http. So getting an AuthSub token works pretty well, then the issues begin... No matter what I'm trying, I'll always get Token invalid - Invalid AuthSub token as a response. First of all, I'm requesting the AuthSub login stuff in the browser vi...