Pregunta

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")

¿Fue útil?

Solución

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}

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top