Weibo
User Published Posts
Retrieves posts published by a Weibo user identified by UID, using page numbers and a required sinceId cursor after the first page. Use it to browse an account's posting history or continue through its post feed.
get/api/weibo/get-user-post/v1
Query parameters
tokenstring required
API access token.
uidstring required
Weibo User ID (UID).
pageinteger
Page number, starting with 1.
sinceIdstring
Pagination cursor (since_id). Required if page > 1.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.