cURL
curl --request POST \ --url https://api.acedata.cloud/x/posts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "user_id": "44196397", "cursor": "<string>" } '
{ "result": 904, "next_cursor": 602 }
API token from https://platform.acedata.cloud
Specifies the format of the response from the server.
application/json
application/x-ndjson
The user_id that needs to be queried for tweets.
"44196397"
Post information page turn id, which needs to be returned by next_cursor in the result.
OK, the request was successful.
Return comment result information.
id for comment information page turning.
Была ли эта страница полезной?