I'm currently learning the Microsoft teams system and the bot framework V4. One goal I have is to be able to access the all of the team members profile pictures as part of the project.
I'm having a lot of difficulty accessing the images. I'm trying to use OAuth card when a user talks to the bot and then use the returned token to access the Microsoft graph. One issues with this method is that if I want to access fresh versions of people profile pictures I will have to Auth someone each time i want to refresh?
Am I going the correct way about this or is there a simpler way to access the Microsoft graph from a bot once installed in a tenant?