Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get the full text for the retweets #267

Closed
SaeedTaghavi opened this issue May 5, 2018 · 2 comments
Closed

get the full text for the retweets #267

SaeedTaghavi opened this issue May 5, 2018 · 2 comments

Comments

@SaeedTaghavi
Copy link

SaeedTaghavi commented May 5, 2018

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
Copy link
Owner

J7mbo commented Aug 16, 2018

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
Copy link
Owner

J7mbo commented Aug 16, 2018

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! :)

@J7mbo J7mbo closed this as completed Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants