Answer the question
In order to leave comments, you need to log in
How to extract images from tweets?
I'm using the Standard Twitter API to extract images from tweets. For this I use the construct
$utimeline = $connection->get("statuses/user_timeline", ["screen_name" => "$_GET[q]", "count" => COUNT_TWITTS]);
$utimeline=json_decode(json_encode($utimeline), TRUE);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question