Message from discussion
Changes to sending authenticated requests to Google Reader
X-BeenThere: fougrapi@googlegroups.com
Received: by 10.151.16.12 with SMTP id t12ls2053926ybi.1.p; Sun, 21 Feb 2010
07:14:31 -0800 (PST)
Received: by 10.150.246.7 with SMTP id t7mr18329002ybh.19.1266765271797;
Sun, 21 Feb 2010 07:14:31 -0800 (PST)
Received: by 10.150.119.31 with SMTP id r31mr18461789ybc.4.1266765161456;
Sun, 21 Feb 2010 07:12:41 -0800 (PST)
Received: by 10.150.119.31 with SMTP id r31mr18461788ybc.4.1266765161433;
Sun, 21 Feb 2010 07:12:41 -0800 (PST)
Return-Path: <jayeshsa...@gmail.com>
Received: from mail-yx0-f167.google.com (mail-yx0-f167.google.com [209.85.210.167])
by gmr-mx.google.com with ESMTP id 25si385007yxe.13.2010.02.21.07.12.41;
Sun, 21 Feb 2010 07:12:41 -0800 (PST)
Received-SPF: pass (google.com: domain of jayeshsa...@gmail.com designates 209.85.210.167 as permitted sender) client-ip=209.85.210.167;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jayeshsa...@gmail.com designates 209.85.210.167 as permitted sender) smtp.mail=jayeshsa...@gmail.com
Received: by mail-yx0-f167.google.com with SMTP id 39so8262590yxe.8
for <fougrapi@googlegroups.com>; Sun, 21 Feb 2010 07:12:41 -0800 (PST)
MIME-Version: 1.0
Received: by 10.150.188.6 with SMTP id l6mr49630ybf.37.1266765160866; Sun, 21
Feb 2010 07:12:40 -0800 (PST)
Date: Sun, 21 Feb 2010 07:12:40 -0800 (PST)
In-Reply-To: <0674c25f-6b69-4787-bf31-ec3ff2557f28@f29g2000yqa.googlegroups.com>
X-IP: 116.72.96.69
References: <995a6740-770f-4c17-8a06-3cd25a099a62@b36g2000pri.googlegroups.com>
<c8c2cbfa-f539-4f13-b807-85a42ce77a6f@m16g2000yqc.googlegroups.com>
<112b226e-9000-4b4f-9bde-756d049d7ac5@y7g2000prc.googlegroups.com>
<0674c25f-6b69-4787-bf31-ec3ff2557f28@f29g2000yqa.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US;
rv:1.9.2) Gecko/20100115 Firefox/3.6,gzip(gfe),gzip(gfe)
Message-ID: <77e3ed88-f599-4186-9e6a-236745aa2f4c@u19g2000prh.googlegroups.com>
Subject: Re: Changes to sending authenticated requests to Google Reader
From: Jayesh <jayeshsa...@gmail.com>
To: Friends of the Unofficial Google Reader API <fougrapi@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
On Feb 19, 2:00=A0am, ubikdroid <markst3v...@googlemail.com> wrote:
> I have found a solution to my issue with Android 1.x devices. It turns
> out the way I was obtaining the auth token was incorrect. I was using
> getCredentials() with a null service String. This meant I was actually
> getting a token for "OTHER_SERVICES". If I use
> GoogleLoginServiceBlockingHelper.getAuthToken() with the service set
> to "reader" I get a token that works in the new header.
>
Thanks ubikdroid. That's very useful tip. Do you know where
GoogleLoginServiceBlockingHelper methods are documented (esp.
getAuthToken). I use this class from the framework.jar file I got from
@jbqueru (http://github.com/android/
platform_frameworks_opt_com.google.android/blob/master/framework.jar).
But I suppose its source code is not available. Do you have a link
where I can get more information about this library?
Thanks again.