In fact, has anyone got OAuth to work with the Reader API?
On Mon, Jun 28, 2010 at 4:04 PM, Mariano Kamp <marian...@gmail.com> wrote:
>> In fact, has anyone got OAuth to work with the Reader API?
Yes. My app ReaderScope can successfully make a bulk of Google Reader
API calls with OAuth authentication. It's been deployed for more than
a month now.
>
> And if so, does it work with Google Apps accounts?
I am not sure about that. Someone from Google would know.
> Also do OAuth tokens also get invalidated every 14 days?
As per my understanding of OAuth specs and from actual experience with
Google OAuth tokens, they do not expire until user explicitly revokes
the permissions.
On Mon, Jun 28, 2010 at 4:52 PM, clouDvice <cloud...@gmail.com> wrote:
> Jayesh
>
>> >> In fact, has anyone got OAuth to work with the Reader API?
>>
>> Yes. My app ReaderScope can successfully make a bulk of Google Reader
>> API calls with OAuth authentication. It's been deployed for more than
>> a month now.
>
> That's great, have you been able to access /reader/api/0/subscription/
> list ?
Yes, I do call that endpoint and it works.
>
> And once you have the OAuth token are you having to request another
> URL like /reader/api/0/token prior to other api calls, or can you just
> request one of the API Endpoints immediately?
I think this behavior is not affected by OAuth. I request token before
making other api calls. I haven't tested if it works otherwise, I
doubt it will.
>
>