【发布时间】:2013-12-30 04:55:28
【问题描述】:
以下 URL 返回的 userId 和 userProfileId 有什么区别? http://www.google.com/reader/api/0/user-info
(需要登录 google 才能查看来自上述 URL 的 json 结果”)
【问题讨论】:
标签: oauth oauth-2.0 google-oauth google-openid
以下 URL 返回的 userId 和 userProfileId 有什么区别? http://www.google.com/reader/api/0/user-info
(需要登录 google 才能查看来自上述 URL 的 json 结果”)
【问题讨论】:
标签: oauth oauth-2.0 google-oauth google-openid
userId 似乎是您的 Google 阅读器帐户的 ID。
而 userProfileId 是您的 Google Plus 帐户的 ID
因此,您可以通过 http://www.google.com/reader/view/#stream/user/{UID}/state/com.google/reading-list 访问您的 Google 阅读器帐户中的所有项目。
您的 Google Plus 帐户位于:https://plus.google.com/{userProfileId}
【讨论】: