From 7eedfbf2edf1d3e2594fb683f8a76c20199ac39e Mon Sep 17 00:00:00 2001 From: HartLarsson Date: Thu, 5 Apr 2018 20:05:30 +0200 Subject: [PATCH 1/2] Instagram API limits FIX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instagram API changes – April 4, 2018 Due to some sudden changes that Instagram has made to their API on April 4th, 2018 User Feeds It is still possible to display your own Instagram account, however, Instagram has removed the ability to display user feeds from other Instagram accounts which are not your own. You can only display the user feed of the account which is associated with your Access Token, but it is no longer possible to display someone else’s feed using your own Access Token. Public Comments It is possible to display comments on your own user feeds, but it is no longer possible to display comments on posts in hashtag or location feeds. Avatars It is no longer possible to display the avatars of users in hashtag or location feeds. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a04b9a9..cc8ea16 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ $('.social-feed-container').socialfeed({ // INSTAGRAM instagram:{ - accounts: ['@teslamotors','#teslamotors'], //Array: Specify a list of accounts from which to pull posts + accounts: ['@ACCOUNTID'], //New Instagram Api limits - Get your ACCOUNTID from: https://codeofaninja.com/tools/find-instagram-user-id limit: 2, //Integer: max number of posts to load client_id: 'YOUR_INSTAGRAM_CLIENT_ID', //String: Instagram client id (option if using access token) access_token: 'YOUR_INSTAGRAM_ACCESS_TOKEN' //String: Instagram access token From 32250a0ddde547883f136aa65f61a3a36bdeee34 Mon Sep 17 00:00:00 2001 From: HartLarsson Date: Thu, 5 Apr 2018 20:12:13 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc8ea16..6b2dcd5 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ $('.social-feed-container').socialfeed({ // INSTAGRAM instagram:{ - accounts: ['@ACCOUNTID'], //New Instagram Api limits - Get your ACCOUNTID from: https://codeofaninja.com/tools/find-instagram-user-id + accounts: ['&ACCOUNTID'], //New Instagram Api limits - Get your ACCOUNTID from: https://codeofaninja.com/tools/find-instagram-user-id limit: 2, //Integer: max number of posts to load client_id: 'YOUR_INSTAGRAM_CLIENT_ID', //String: Instagram client id (option if using access token) access_token: 'YOUR_INSTAGRAM_ACCESS_TOKEN' //String: Instagram access token