I tried using the method "direct_v2/inbox/?" , but it returns a warning about the outdated application "Your Instagram app is out of date. Update it now to use Direct."

I use python instagrambot library

 bot = Bot() bot.login(username='username', password='password') mes = bot.get_messages() 

How can I get direct inbox content now?

UPD1: Connected through charles and bluestacks. When you open a list of messages in direct, the message is sent not to -i.instagram.com, but to graph.instagram.com - to find out what it conveys ...

    0