如何将 Blogger 用户名转换为数字 ID

发布于 2024-10-15 07:07:34 字数 321 浏览 3 评论 0原文

使用 Blogger API 时,用户 ID预计为数字。我通过查看 Blogger 个人资料页面的 URL 找到了我的数字 ID。不过,我希望我的用户能够使用他们常用的 Blogger 用户名。那么:

  1. 有没有办法转换Blogger 用户名到数字用户 ID?
  2. 有没有办法传入用户名 而不是 Blogger API 的 ID?

谢谢!

When working with the Blogger API the user ID is expected to be numeric. I found out my numeric ID by looking at the URL for my Blogger profile page. However, I want my users to be able to use their usual Blogger user name. So:

  1. Is there a way to convert Blogger
    user names to numeric user IDs?
  2. Is there a way to pass in user names
    instead of IDs to the Blogger API?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

゛时过境迁 2024-10-22 07:07:34

这取决于您想要执行的操作,但在大多数用例中,您不需要显式了解此信息,因为如果您使用默认 URL,authToken 将会为您解决这些问题使用 API。但是,为了提供答案,以防万一您确实需要知道这一点:

  1. 在用户进行身份验证后,只需请求一些信息,例如博客列表,您就可以从您选择的博客中提取 ID 号响应中的几个地方。
  2. 事实并非如此,除了在登录过程中您使用用户名之外。否则,您需要使用默认值(假设有一个有效的 authToken)或 ID 来引用特定用户的 Blogger 内容。

It depends on what you are trying to do, but in most use cases you don't need to explicitly know this information because the authToken will take care of resolving these issues for you if you use the default URLs with the API. But, in the interest of providing an answer in case you really do need to know this:

  1. After the user authenticates, just request some information, like the list of blogs, and you'll be able to extract the ID number from your choice of several places in the response.
  2. Not really, except that during login you use the username. Otherwise you need to use either default, assuming an active authToken, or the ID to reference a particular user's Blogger content.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文