An open API service indexing awesome lists of open source software.

https://github.com/hechoendrupal/ttools-drupal

TTools Drupal module
https://github.com/hechoendrupal/ttools-drupal

Last synced: 12 months ago
JSON representation

TTools Drupal module

Awesome Lists containing this project

README

          

TTools Drupal module
============

This module provides integration with Twitter using the [TTools library](https://github.com/ttools/ttools)

Installation
=====

Download TTools library
===
Add this requirement to your Drupal 8 installation composer.json file:


{
"require": {
"ttools/ttools": "2.0.*@dev"
}
}

Download module
===


$ cd path/to/drupal8.dev/modules
$ git clone https://github.com/jmolivas/ttools-drupal.git

Usage
===


* Open the OAuth Settings Form at `http://drupal8.dev/ttools/settings/oauth`
* Update using the keys of your twitter application.
* consumer_key: application consumer key
* consumer_secret: application consumer secret
* access_token: user access token
* access_token_secret: user access secret
* Get the keys you need to register your application at `http://dev.twitter.com`
* Set screen_name to load twitter user timeline.
* Set limit of items from user timeline to be listed.