是否有其他人使用instafeed.js發現Instagram Feed的問題?instafeed.js:提供的access_token無效
大約5天前,我一直在得到以下JavaScript控制檯錯誤,這是很好的工作。
Uncaught Error: Error from Instagram: The access_token provided is invalid
這是我的代碼:
if ($('#instafeed').length == 1) {
var feed = new Instafeed({
get: 'user',
userId: USER_ID,
clientId: 'CLIENT_ID',
template: '<div class="columns small-6 medium-4 large-3"><div class="instagram-image-wraper"><a class="test" href="{{link}}"><img src="{{image}}" /></a></div></div>',
resolution: 'low_resolution',
limit: 12,
});
feed.run();
}
我不能確定這是關係到被提及幾天前平臺策略更新 - http://developers.instagram.com/
這只不過是一個臨時的解決方案的更多 - https://github.com/stevenschobert/instafeed.js/issues/408 – rorymorris89
如果你提出一個解決方案permament,我們會很樂意使用它;) – kkakkurt
它的工作! :) – rorymorris89