Hello,My question deals with the list of all RSS feeds subscriptions
in a user's iGoogle account. I know the list can be manually exported
as a .xml file by going to iGoogle Settings=>Export / Import section
(last section at the bottom)=>Export iGoogle settings to your
computer=>Export button.

Now what I need to achieve is getting this same list through Java
code.

Here's what I've tried:

1) authenticating to Google, with my email and password, through
apache httpclient => OK,I get the authorization token

2) calling the URL http://www.google.com/ig/restorep?action=download
(URL triggered by the button) with Auth token, to fetch the list =>
NOK all I get is the default user's iGoogle-settings.xml
file,containing default feeds and gadgets. Not my list of RSS feeds.

I've also looked for a method that would expose this data, in the
Google APIs. No luck.

Anyone knows if this data is accessible, and how? Thanks for any
input.

--

additional info: I don't think it's necessary for solving the problem,
but my end goal is to develop an application for Android, that would
kind of replicate the iGoogle interface:RSS feeds reader, keeping them
grouped as the user's original iGoogle tabs structure

-- 
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en.

Reply via email to