如何将 Blogger 用户名转换为数字 ID
使用 Blogger API 时,用户 ID预计为数字。我通过查看 Blogger 个人资料页面的 URL 找到了我的数字 ID。不过,我希望我的用户能够使用他们常用的 Blogger 用户名。那么:
- 有没有办法转换Blogger 用户名到数字用户 ID?
- 有没有办法传入用户名 而不是 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:
- Is there a way to convert Blogger
user names to numeric user IDs? - Is there a way to pass in user names
instead of IDs to the Blogger API?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您想要执行的操作,但在大多数用例中,您不需要显式了解此信息,因为如果您使用默认 URL,
authToken
将会为您解决这些问题使用 API。但是,为了提供答案,以防万一您确实需要知道这一点: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:authToken
, or the ID to reference a particular user's Blogger content.