2017 © Pedro Peláez
 

magento-module mbiz_twitter

Magento module which adds the support of the Twitter API.

image

monsieurbiz/mbiz_twitter

Magento module which adds the support of the Twitter API.

  • Wednesday, July 20, 2016
  • by jacquesbh
  • Repository
  • 2 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Mbiz_Twitter

This module, for now, allows you to send a tweet like this:, (*1)

$twitter = Mage::getSingleton('mbiz_twitter/api');
$twitter->tweet("Hello World!");

But before that, you have to configure the access tokens., (*2)

If you don't have a Twitter app you can create one in the apps center., (*3)

Configuration

To configure it you have to set the following configuration:, (*4)

<?xml version="1.0" encoding="utf-8"?>
<config>
    <!-- … -->
    <default>
        <mbiz_twitter>
            <general>
                <oauth_access_token/>
                <oauth_access_token_secret/>
                <consumer_key/>
                <consumer_secret/>
            </general>
        </mbiz_twitter>
    </default>
</config>

You can of course set it by using a system.xml file with your configuration fields to manage it in admin panel., (*5)

The Versions

20/07 2016

dev-master

9999999-dev

Magento module which adds the support of the Twitter API.

  Sources   Download

GPL-3.0

The Requires