pub fn create_tweet(username: String, tweet: Value)
Expand description

Create a new tweet in Twitter.

username is the username of your connected Twitter account.

tweet is a serde_json::Value::Object which is corresponding to the JSON body parameters of Twitter API

If you have not connected your Twitter account with Flows.network platform, you will receive an error in the flow’s building log or running log.