J7mbo / twitter-api-php

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

get the full text for the retweets #267

Closed SaeedTaghavi closed 6 years ago

SaeedTaghavi commented 6 years ago

when I use tweet_mode=extended, i get the full_text of tweets, but it still don't work for the retweets, I mean even in extended mode i cannot get the full_text of the retweets?

I appreciate your help.

`$getfield = '?screen_name='.$screen_name."&tweet_mode=extended&count=30";

$requestMethod = 'GET';

$twitter = new TwitterAPIExchange($settings);

//

$response = $twitter->setGetfield($getfield)

    ->buildOauth($base_url , $requestMethod)

    ->performRequest();

$tweets = json_decode($response);`
J7mbo commented 6 years ago

Hey! Can you define "doesn't work"? I'm trying to figure out if this is a library issue, or if this is a general question about how to use the API? If it's the latter, I'd suggest StackOverflow as you'll usually get a much faster answer :)

J7mbo commented 6 years ago

As this is an old issue, I'm closing it, but if you still feel that something needs to be addressed, please feel free to reopen or open a new issue and we'll solve it together! :)