Skip to content

Instantly share code, notes, and snippets.

@ozlerhakan
Created January 8, 2016 07:44
Show Gist options
  • Save ozlerhakan/039146302f2f6adfe6e6 to your computer and use it in GitHub Desktop.
Save ozlerhakan/039146302f2f6adfe6e6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>fintagram</title>
<script type="text/javascript" src="https://rawgit.com/stevenschobert/instafeed.js/master/instafeed.min.js" ></script>
<script type="text/javascript">
var feed = new Instafeed({
get: 'tagged',
tagName: 'awesome',
accessToken: '1357647689.1677ed0.dc0de00cb515414db7a06cc416c987a1'
});
feed.run();
</script>
</head>
<body>
<div id="instafeed"></div>
</body>
</html>
@Milan1983
Copy link

Hi,
I tried to
var feed = new Instafeed({
get: 'user',
userId: 'my_user_id',
accessToken: 'my_token',
});
feed.run();

But i have "Error from Instagram: you cannot view this resource"

Can help me please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment