/ Published in: jQuery
Get User Feed
Expand |
Embed | Plain Text
//Response is JSON Data of the user feed. Pass Callback Function, Amount of photos per page, Minimum ID, Maximum ID and an Error Callback instagram.getUserFeed( function(response){ console.log(response); //Do Something with the Data }, 8);
You need to login to post a comment.
