Is there a predictable url for retrieving user profile images by username or id?
... similar to google or facebook:
"https://graph.facebook.com/#{FACEBOOK ID}/picture" "https://profiles.google.com/s2/photos/profile/#{GOOGLE ID}"
I found this https://dev.twitter.com/docs/user-profile-images-and-banners , but it looks like I will need to make a separate request to get the profile image.
Before we could access the user profile picture without authentication using twitter version 1 api.
Now that this is out of date, we use /1.1/users/show.json a lot to pull out the profile image with authentication information.
A predictable URL similar to Facebook or Google for retrieving user profile images by username is as follows:
"https://twitter.com/[screen_name]/profile_image?size=original"
for instance
"https://twitter.com/sqlpowershell/profile_image?size=original"
Other sizes include
Completely freed from the need to use the API!
Source: https://habr.com/ru/post/948657/More articles:split data frame based on integer index - pandasUnzip the XAP file - windows-phone-8The current action request {0} for controller type {1} is ambiguous - c #how to arrange groups by account in solr - solrWhy my deployment on the Internet cannot time out - build-automationCommunication between Hadoop and Databases - rdbmsCan I run Android GeoFencing completely in the background? - android-locationhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/948660/mvn-releaseperform-fails-because-pom-file-is-not-at-root-of-repository&usg=ALkJrhh0PaA9QMD_cG-pmCQxHJfOOYqA5QOverride the entire mannequin diagram from the observer - layoutHow to execute an external command in a Vim script? - vimAll Articles