以下 URL 返回的 userId 和 userProfileId 有什么区别? http://www.google.com/reader/api/0/user-info
(需要登录 google 才能查看来自上述 URL 的 json 结果”)
以下 URL 返回的 userId 和 userProfileId 有什么区别? http://www.google.com/reader/api/0/user-info
(需要登录 google 才能查看来自上述 URL 的 json 结果”)
userId 似乎是您的谷歌阅读器帐户的 ID。
虽然 userProfileId 是您的 Google Plus 帐户的 ID
因此,您可以通过以下方式访问您的 Google 阅读器帐户中的所有项目:http ://www.google.com/reader/view/#stream/user/ {UID}/state/com.google/reading-list。
您的 Google Plus 帐户位于: https: //plus.google.com/ {userProfileId}