获取用户主页动态/Get user profile feed

Weiboapi

About

获取用户主页动态/Get user profile feed

Documentation

获取用户主页动态/Get user profile feed

[中文]

用途:

  • 获取指定用户主页的动态流。

参数:

  • uid: 用户ID(必填)
  • since_id: 翻页游标,初次请求不传,后续请求使用返回的since_id值

返回:

  • 用户主页动态数据

注意:

  • 如果用户设置了隐私保护,可能无法获取动态
  • 使用游标翻页(since_id),不使用页码翻页

[English]

Purpose:

  • Get the profile feed of specified user.

Parameters:

  • uid: User ID (required)
  • since_id: Pagination cursor, don't pass for first request, use returned since_id for subsequent requests

Return:

  • User profile feed data

Note:

  • If user has set privacy protection, feed may not be available
  • Uses cursor pagination (since_id), not page numbers

[示例/Example]

uid = "6580994757" since_id = None # First page

since_id = "2|1769360821762|5258923930289595,,,,,,1768788000,,,,,-1,-1" # Next page

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取用户主页动态/Get user profile feed

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models