I have twitter ommiauth as my user model, and I retract when they register a link to their profile picture through hash auth.info.image. Iv noticed that some of them are now breaking when a user updated their profile on Twitter.
I noticed that there is a part of the hash that receives the image via https (profile_image_url_https) in the raw_info section. Details here https://github.com/arunagw/omniauth-twitter . is it best practice to reference so it wonโt happen again?
My problem is that I can have a user who logs in once and leaves a comment, but then their profile changes and it breaks down on the site.
Is there any other way I have to implement this?
Any information would be highly appreciated.
ruby-on-rails twitter omniauth
DMH
source share