Closed MallorcaSoftware closed 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.
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.