Druplicon looking through an instagram camera.

Update: API Deprecation

To continuously improve Instagram users' privacy and security, we are accelerating the deprecation of Instagram API Platform, making the following changes effective immediately. We understand that this may affect your business or services, and we appreciate your support in keeping our platform secure.

These capabilities will be disabled immediately (previously set for July 31, 2018 or December 11, 2018 deprecation). The following will be deprecated according to the timeline we shared previously:

- Public Content - all remaining capabilities to read public media on a user's behalf on December 11, 2018
- Basic - to read a user’s own profile info and media in early 2020
For your reference, information on the new Instagram Graph API.

- https://www.instagram.com/developer/

This module is no longer going to work as Instagram has deprecated their Platform API.

There is a new business API but I (@yanniboi) do not have the time to rebuild this module. If someone is willing to do this I would be happen to open a new branch for them, even code review and support, but I cannot do a full build myself. So until then I will be marking the module as unsupported.

----------------------------------------------------------------------

This is a very simple module that integrates with Instagram and creates a block containing your most recent instagram posts.

The block's configuration page lets you choose how many posts and what size they should appear in the block. The images are individually exposed to the drupal theme layer, so developers have access to an all of the variables provided by the instagram api should they choose to extent the block. For more informations see the instagram developer pages: http://instagram.com/developer/endpoints/users/#get_users_media_recent

Curl

This module depends on php curl commands to parse the information from instagram and thus has a dependency on php5-curl.

Register with Instagram

You will need to register a client with the Instagram developer platform:
https://www.instagram.com/developer/clients/register/

For more information on how to authenticate with Instagram read the following documentation:
https://www.drupal.org/node/2746185

Project information

Releases