jublo / codebird-js

A Twitter library in JavaScript.
https://www.jublo.net/projects/codebird/js
GNU General Public License v3.0
384 stars 97 forks source link

scheduled_publish_time #152

Closed tss123456 closed 6 years ago

tss123456 commented 6 years ago

how to set scheduled_publish_time for new tweet using codebird-js?

mynetx commented 6 years ago

@tss123456 Are you referring to the Twitter REST API or the Twitter Ads API?

In the Twitter REST API, there is no scheduled_publish_time parameter. Please take a look at the possible parameters here: https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/post-statuses-update

Hope this helps?

tss123456 commented 6 years ago

thanks @jublo

mynetx commented 6 years ago

@tss123456 Does that help you? I know TweetDeck has such a feature …

tss123456 commented 6 years ago

Yes @jublo that helps me.