在 Twitter4j 中使用扩展推文
Using extended tweets with Twitter4j
有这篇文章https://dev.twitter.com/overview/api/upcoming-changes-to-tweets
其中提到
The REST API endpoints that create new Tweets (statuses/update) will
accept a new boolean parameter when a Tweet is sent as a reply to a
conversation: auto_populate_reply_metadata (true to enable, false to
disable, false being the default). The existing in_reply_to_status_id
must also be set.
如何在 Twitter4j 库中使用此参数 auto_populate_reply_metadata
?我没有找到这个参数
是新功能,已经有pull request on the Twitter4j Library. If you really needed right now you must made the modifications by yourself,或者等库更新。
有这篇文章https://dev.twitter.com/overview/api/upcoming-changes-to-tweets
其中提到
The REST API endpoints that create new Tweets (statuses/update) will accept a new boolean parameter when a Tweet is sent as a reply to a conversation: auto_populate_reply_metadata (true to enable, false to disable, false being the default). The existing in_reply_to_status_id must also be set.
如何在 Twitter4j 库中使用此参数 auto_populate_reply_metadata
?我没有找到这个参数
是新功能,已经有pull request on the Twitter4j Library. If you really needed right now you must made the modifications by yourself,或者等库更新。