I creating a Instagram download android app. how to i download pictures and videos from Instagram by copy share URL in android? or how to i get the download URL of pictures and videos in Instagram exactly? Thanks.
If you mean share URL such https://www.instagram.com/p/-vSJNUDKKD/
then it's easy, just add ?__a=1
to URL like https://www.instagram.com/p/-vSJNUDKKD/?__a=1
and you'll receive JSON contains image download address.