Monday 3 June 2019

twitter tweet media entities retrieving [object object ] node.js

i'm retrieving tweet data but i want to look at the media entities. i'm getting media link but when i try to get media entities i'm getting [object object ] in console.



what i'm trying to archive here is i want to look at the media entities whether its contain image or video. it that possible in node.js ?




enter image description here

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...