instagram post api

  1. CamelCase

    Using id instead of shortcode in Instagram post endpoint api

    This use pulls us data from the post https://www.instagram.com/p/{shortcode}/?__a=1 But I need a usage like this. https://www.instagram.com/p/{postID}/?__a=1 How do I get this usage? What is the way to pull data over id?
Back
Top