0.5.2releasedTwitter

Retrieves Home Timeline, Favorites, Mentions, and Retweets from the authenticated Twitter account.

Clone URLhttps://github.com/passbe/twitter.git

Add as a submodulegit submodule add https://github.com/passbe/twitter.git extensions/twitter --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNo0.5.20.5.20.5.20.5.2NoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

Twitter

  • Version: 0.5.2
  • Author: Ben Passmore
  • Build Date: 2016-07-07
  • Requirements: Symphony 2.3 - 2.6.6

Description

A Symphony extension that allows you to retrieve tweets from a twitter account.

Installation - git submodules

This extension uses an external library for twitter communication which resides in lib/twitter-async/. If this folder (or its contents) do not exist for you please ensure all git submodules have been updated recursively.

Obtaining a Consumer Token and Secret

In order to use this extension you must register an application with twitter to allow OAuth communication.

  • Visit https://dev.twitter.com/user/login and sign in
  • In the drop down under your screen name in the top right select “My applications”
  • Create a new application and fill out the required fields. Be sure to set a callback URL (your website URL or preferences page are both fine), leaving it blank will result in Symphony errors when visiting your preferences page.
  • Once created, you should be able to see a Consumer Key and Consumer Secret, save these to the twitter preferences on your Symphony website.

Support

A special thanks to Eyesdown Digital for their support.

Version history

Symphony 2.3 to 2.6.6

        - Fix to include Twitter entities information
	

Requires Symphony 2.3

        - Fix to include Twitter user info in Favorites datasource
	

Requires Symphony 2.3

        - Add Favorites datasource
	

Requires Symphony 2.3

        - First public release of Twitter extension