curl --location --request POST 'https://www.oschina.net/action/openapi/tweet_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "string",
"user": 0,
"pageSize": 0,
"page/pageIndex": 0,
"dataType": "string"
}'{
"notice": {
"replyCount": 0,
"msgCount": 0,
"fansCount": 0,
"referCount": 0
},
"tweetlist": [
{
"id": 1121274,
"pubDate": "2013-08-28 18:40:07.0",
"body": "@做最好的三三",
"author": "彭博",
"authorid": 89964,
"commentCount": 0,
"portrait": "http://static.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000"
}
]
}