Question

What is the difference between the userId and the userProfileId that the following URL returns? http://www.google.com/reader/api/0/user-info

(sign-in to google required to see the json results from the above URL")

Was it helpful?

Solution

The userId seems to be the ID of your google reader account.
While userProfileId is the ID of your Google Plus Account

So, you would access all items in your Google Reader Account with: http://www.google.com/reader/view/#stream/user/{UID}/state/com.google/reading-list.

Your Google Plus account would be at: https://plus.google.com/{userProfileId}

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top