clay-instagram
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -9,3 +9,3 @@ { | ||
"description": "An instagram embed component for Clay.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "server.js", | ||
@@ -12,0 +12,0 @@ "repository": { |
@@ -18,3 +18,3 @@ 'use strict'; | ||
// note: we're using the un-authenticated api endpoint. don't abuse this | ||
return fetch('https://api.instagram.com/oembed.json?url=' + encodeURI(data.url) + '&omitscript=true') | ||
return fetch('https://api.instagram.com/oembed/?url=' + encodeURI(data.url) + '&omitscript=true') | ||
.then(function (res) { | ||
@@ -21,0 +21,0 @@ // get json from result |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6980