Fetch entities object from Twitter::SearchResults object
7 views
Skip to first unread message
theasteve
unread,
Feb 8, 2018, 2:02:12 PM2/8/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Ruby Gem
Hi All,
I'm currently trying to fetch all the photos from all tweets that use a certain Hashtag. I also need to rank the photos based on the number of retweets. I'm having difficulty because I get a Twitter::SearchResults but I want to access the entities object within this object. I'm using the following query:
Now I have found it difficult to access the entities object from the Twitter::SearchResults object. I have attached an image of how I tried to access entities. Any support or feedbck would be highly appreciated it. Thank You.