Skip to content

Commit

Permalink
Update photo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
likebeta committed Jun 11, 2016
1 parent 69c10b4 commit 9fa75bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photo.html
Expand Up @@ -20,7 +20,7 @@ <h4>flickr</h4>

<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$.getJSON('https://api.instagram.com/v1/users/717790068/media/recent/?access_token=717790068.e3ab8b9.654806570f1f469d9f9236cd64cb6197',
$.getJSON('https://api.instagram.com/v1/users/self/media/recent/?access_token=717790068.e3ab8b9.654806570f1f469d9f9236cd64cb6197',
function(data) {
if (data.meta.code != 200) return;
var strHtml = '<ul>';
Expand Down

0 comments on commit 9fa75bb

Please sign in to comment.