Get user following list
Get user following list
When requesting for the first time, pass 0 for max_time, pass 2 for source_type, and an empty fans list will be returned, which contains max_time, then pass the max_time returned by the previous request for paging each time, pass 1 for source_type, you can get the fans list.
If you do not request according to the above method, it may cause the returned data to contain duplicate data.
Copy for AI
🤖 Why Code When AI Can Do It For You?
Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.
Authorizations
Query Parameters
User sec_user_id
Maximum timestamp, default is 0, get from the returned data later, used for paging.
Number, default is 20, it is recommended to keep it unchanged.
Source type, default is 1, use 2 as the source type for the first request, and then use 1 as the source type for the subsequent request.
Response
Request successful
The response is of type object.

