0
我嘗試使用instafeed.js在我的magento網站上顯示我帳戶中的最後一個instagram信息。Instafeed:無效的媒體編號
這裏是我的腳本:
<script type="text/javascript">
var feed = new Instafeed({
clientId: 'myclientid',
accessToken: 'myaccesstoken',
template: '<a href="{{link}}"><img src="{{image}}" /></a>',
sortBy: 'most-recent',
limit: '10',
resolution: 'thumbnail'
});
feed.run();
</script>
它返回我一個錯誤:錯誤從Instagram的:無效的介質ID
當然我的Instagram的應用程序在沙盒模式,從我在instragram網站上閱讀的內容來看,它會一直處於這種使用狀態。 我沒有選中OAuth安全性。
我不明白我的意思是'無效的媒體ID'。 你能幫我嗎?
感謝