J7mbo / twitter-api-php

The simplest PHP Wrapper for Twitter API v1.1 calls
MIT License
1.82k stars 800 forks source link

Post 280 character #283

Open RompeCraneos opened 5 years ago

RompeCraneos commented 5 years ago

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

HaciKandemir commented 5 years ago

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 commented 5 years ago

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

d1KdaT commented 5 years ago

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