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
- Host: GitHub
- URL: https://github.com/hechoendrupal/ttools-drupal
- Owner: hechoendrupal
- Created: 2013-12-12T20:55:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-30T07:37:17.000Z (over 12 years ago)
- Last Synced: 2025-06-07T04:08:20.876Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 145 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.