This project is not covered by Drupal’s security advisory policy.

Social Media Importer is a Drupal 7 developer only module that allows you to authenticate with Social Medias e.g. Twitter, Googleplus or Facebook and use this authentication to Import Application Data in JSON.

To import Data from a social media, enable the corresponding social media submodule e.g. Facebook Importer, Twitter Importer, Googleplus Importer. You need to create a Social Media Application at:

Features

  • Facebook, Twitter Applications and Access Management
  • Import of Facebook, Googleplus and Twitter Data in JSON

Requirement

Social Media Importer:
OAuth Module - This modules depends on OAuth Module.

Installation

  • Copy this module directory to your sites/all/modules or sites/SITENAME/modules directory.
  • Enable the module and manage Social Media Applications at admin/config/services/socialmedia_importer.

Facebook Application Configuration at Facebook Developer

  • Visit https://developers.facebook.com/apps
  • Create a new Application with appropriate details, if you don't have an Application created.
  • Add your Domain example.com in App Domains Field.
  • Use the Application id and Application secret to fill out the Application Form at
    /admin/config/services/socialmedia_importer/application/add/facebook

Googleplus Application Configuration at Googleplus Developer

  • Visit https://code.google.com/apis/console
  • Create a new Application with appropriate details, if you don't have an Application created.
  • Under "Services" tab enable googleplus service
  • Open "API Access" tab. If you have not created an oauth2.0 client id, then create it with appropriate details i.e. name, etc
  • Then on next screen select web Application as "Application type". Provide your hostname.
  • Edit the Client settings and change the redirect uris to
    http://example.com/socialmedia_importer/response_handler and update.
  • Use the Client id, Client secret to fill out the Application Form at
    /admin/config/services/socialmedia_importer/application/add/googleplus

Twitter Application Configuration at Twitter Developer

Full API documentation is available in socialmedia_importer.api.php

Project information

Releases