For android,
How can you get the home feed with friends thumbnails with it? Atm I’m using Twitter4j but I can’t seem to find anything. I can get the feed but how do I get the thumbnails with it?
Thumbnails being the users profile pic next to the tweet.
Any ideas?
If you have a
Tweetobject, you can use the TwittergetProfileImagemethod and the user’s screen name.If you have a
Statusobject, you can just callgetUser, thengetProfileImageURLon the returnedUserobject.