hborras / twitter-php-ads-sdk

A Twitter supported and maintained Ads API SDK for PHP.
55 stars 41 forks source link

how to schedule post on twitter using hborras / twitter-php-ads-sdk ? #73

Closed ponnnarasi14 closed 4 years ago

ponnnarasi14 commented 4 years ago

`// twitter api get tweets endpoint $twitterPostEndpoint = 'https://ads-api.twitter.com/6/accounts/18ce552oqmu/scheduled_tweets';

// twitter api endpoint request type $requestMethod = 'POST'; // twitter api endpoint data $getfield = '?as_user_id=1056808230779727872&scheduled_at=2020-03-06T14:00:00Z&text=Testing-schedule-post&media_keys=3_1229666587843497985&nullcast=false';`

using above endpoints and param how to schedule post later on twitter?

hborras commented 4 years ago

Duplicated #70