sachin-handiekar / jInstagram

A Java library for the Instagram API.
MIT License
385 stars 167 forks source link

oEmbed wrong api endpoint #196

Closed MallorcaSoftware closed 7 years ago

MallorcaSoftware commented 7 years ago

The generated apiResourceUrl in InstagramOembed does not work. It will generate the following url:

https://api.instagram.com/v1/oembed?url=http://instagr.am/p/fA9uwTtkSN/

But that endpoint results in a 404 error.

The Endpoint should be: https://api.instagram.com/oembed?url=http://instagr.am/p/fA9uwTtkSN/

Well, we should remove the version information to get this work.