'How can I get images and text from an Instagram post?

I am writing a Telegram bot in Java. The user must send the bot a link to the post from Instagram, and the bot in return should send the user pictures and text from the post to the user. How can I do this?

I tried to use the Instagram API, but there aren't any necessary methods.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source