Is there any way of building a profile image url with user id or screen name? I store user ids in database but i don\'t want to store profile image url.
edit
Introducing the easiest way to get a Twitter Profile Image without using the Twitter API:
Using http://avatars.io/
As @AlexB, @jfred says, it doesn't work at all on mobile devices.
And it's quite a hard way to get a redirected URL using common frameworks like PHP or JavaScript in your single page.
Simply call http://avatars.io/twitter/ruucm at your image tag, like
I've tested it with Angular 2+ and it works without any problem.