Installing the latest version 2.1.6 of the module throws a bug while trying to configure the wall.
Install Social Network Wall using 'composer require drupal/social_wall'. Go to Drupal Console > Extend and enable the module. Once enabled, go to Configuration > Social Network. The following error is shown.
Fatal error: Declaration of Drupal\social_wall\Plugin\SocialNetwork\InstagramSocialNetwork::create(Drupal\social_wall\Plugin\SocialNetwork\ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) must be compatible with Drupal\Core\Plugin\ContainerFactoryPluginInterface::create(Symfony\Component\DependencyInjection\ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition)
Comments
Comment #2
Pooja_Desai commentedComment #3
nicocin commentedHi, thanks for your feedback.
I will have a look on this asap (I'm a little bit busy at the moment).
Comment #4
avpadernoComment #5
sushylComment #7
nicocin commentedSorry for such iddle time. It is now fixed.
I now use a library (pgrimaud/instagram-user-feed) to retrieve IG feed, so you'll probably have to uninstall/reinstall module using composer.
Comment #8
nicocin commentedComment #9
nicocin commentedComment #10
sushyl