You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The console within my browser prints out: Uncaught Error: Error from Instagram: The access_token provided is invalid. at Instafeed.parse (main.ec9ab4606cecc5cd0626720852f7df80.js:3422) at popular?access_token=IGQVJXd09hNHpkc2tsazhwb3ZAkeWU1QWx2UktfdDdKN3VMT2lOSlpUVGxPRU1PSVBuZATVTODBWMWJJeVVnYmtVclVMVkU2OXlCOHNsWGtDNHhUYS1wQk1FSHVfeDdmU1oyUXhtZAktn&callback=instafeedCache69931a98e1554ff3.parse:1
Both the JS file and the JSON response work fine within code pen from the examples. The token just doesn't seem to work within my HTML file. I must be missing something
The text was updated successfully, but these errors were encountered:
Here is my HTML file:
`
<script src="https://ig.instant-tokens.com/users/ad0c3b27-7113-4245-b4ea-92700898dbbb/instagram/17841414290785692/token.js?userSecret=gpqqbdi5ga8z0hmein70f"></script> <script> $(function(){ console.log("insta token: " + InstagramToken); var feed = new Instafeed ({ accessToken: InstagramToken }); feed.run(); }); </script>`
The console within my browser prints out:
Uncaught Error: Error from Instagram: The access_token provided is invalid. at Instafeed.parse (main.ec9ab4606cecc5cd0626720852f7df80.js:3422) at popular?access_token=IGQVJXd09hNHpkc2tsazhwb3ZAkeWU1QWx2UktfdDdKN3VMT2lOSlpUVGxPRU1PSVBuZATVTODBWMWJJeVVnYmtVclVMVkU2OXlCOHNsWGtDNHhUYS1wQk1FSHVfeDdmU1oyUXhtZAktn&callback=instafeedCache69931a98e1554ff3.parse:1
Both the JS file and the JSON response work fine within code pen from the examples. The token just doesn't seem to work within my HTML file. I must be missing something
The text was updated successfully, but these errors were encountered: