根據Instagram的API更新需求進行更新後,掙扎着Instafeed.js。Instagram API更新後Instafeed.js錯誤
我相信我已經獲得了所有的用戶信息和證書正常工作,但無法通過似乎與更改無關的錯誤。
原始功能的應用程序之前,Instagram的API更新:
http://integrantsightsandsounds.com
與目前Instagram的憑據更新頁面生成錯誤 '的ReferenceError:找不到變量:instafeed'
<script type="text/javascript">
(function ($) {
$(function() { //on DOM ready
var userFeed = new instafeed({
target: 'instagram_list',
get: 'user',
userId: 1527608886,
clientID: 'cb4f0f8196b04aaeaa66e2b253d18b0e',
limit: 25,
resolution: 'thumbnail'
});
userFeed.run();
$("#instagram_list").simplyScroll({
startOnLoad: true,
speed: 1,
frameRate: 20,
orientation: 'horizontal',
direction: 'forwards',
});
});
})(jQuery);
盡我所知,(作爲某人不知道我在做什麼)變量沒有從原始的功能標記中改變,並且不應該受更新的用戶憑證影響。
測試頁:
http://integrantsightsandsounds.com/instafeedtest/
@ladygargar
測試頁面需要到404頁。 – yuriy636
鏈接是固定的,我的不好。 – coot