Is it possible to get a larger version through for the Twitter App (tweetUserAvatar)?
Thanks Terry
We're returning the value the Twitter API gives us as profile_image_url. As far as I can see that's all that is available from the API.
profile_image_url
Thanks Drew, it looks like there might be a bigger version available (73x73)? https://dev.twitter.com/overview/general/user-profile-images-and-banners
Or am I looking at the wrong thing?
By adding this > replace="normal|bigger"
it seems to use the bigger version.
Might be worth adding tot he docs?
There we go then.
Thanks Drew. You put me on the right lines to find the Twitter api etc. Then it came together nicely.
We're returning the value the Twitter API gives us as
profile_image_url
. As far as I can see that's all that is available from the API.Thanks Drew, it looks like there might be a bigger version available (73x73)? https://dev.twitter.com/overview/general/user-profile-images-and-banners
Or am I looking at the wrong thing?
By adding this >
replace="normal|bigger"
it seems to use the bigger version.
Might be worth adding tot he docs?
There we go then.
Thanks Drew. You put me on the right lines to find the Twitter api etc. Then it came together nicely.