twitter-api-php icon indicating copy to clipboard operation
twitter-api-php copied to clipboard

Post 280 character

Open RompeCraneos opened this issue 6 years ago • 3 comments

What parameters i need to add for tweet more than 140 characters?

RompeCraneos avatar Jun 24 '19 17:06 RompeCraneos

What parameters i need to add for tweet more than 140 characters?

https://developer.twitter.com/en/docs/tweets/tweet-updates as written here, we can add the parameter 'extended_tweet' and get it with 'full_text', but I don't know exactly how to do it. It would be nice if someone wrote it.

HaciKandemir avatar Jul 02 '19 08:07 HaciKandemir

What parameters i need to add for tweet more than 140 characters?

https://developer.twitter.com/en/docs/tweets/tweet-updates as written here, we can add the parameter 'extended_tweet' and get it with 'full_text', but I don't know exactly how to do it. It would be nice if someone wrote it.

That was how I found it. Here is the example; http://prntscr.com/o9fk5w

HaciKandemir avatar Jul 02 '19 08:07 HaciKandemir

Here is my example :) https://gist.github.com/d1KdaT/35d9326fa08d689a1b99c691fcc412fe

d1KdaT avatar Jul 02 '19 09:07 d1KdaT