If I have a instagram post is there anyway to get the facebook id for an instagram post? To be clear, if I were to look at https://www.instagram.com/p/Bcqn51ynrd5/ I am able to find the instagram media-id by doing one of two things:
- https://api.instagram.com/oembed/?callback=&url=https://www.instagram.com/p/Bcqn51ynrd5/
- https://www.instagram.com/p/Bcqn51ynrd5?__a=1
However, neither of these are the media-id associated with facebook's new instagram graph insights. If I already have the facebook media-id I am able to get the instagram media-id through facebook graph by calling graph.facebook.com/{facebook-media-id}?fields=ig_id
but I am unable to find the inverse. Is this possible?