willwharton/

yii-twitter

此包最新版本(dev-master)的许可证信息不可用。

dev-master 2013-12-28 01:43 UTC

This package is not auto-updated.

Last update: 2024-09-24 05:59:04 UTC


README

yii-twitter-oauth

Twitter Oauth Library

This is a mod





**Installation**

* Extract the release files under 'protected/extensions'

* Configure settings in 'Main.php'


**Site Configuration**

		

For Single Sign On (SSO)

		'components'=>array(	
			'twitter' => array(
				'class' => 'ext.yiitwitteroauth.YiiTwitter',
				'consumer_key' => 'YOUR_TWITTER_CONSUMER_KEY',
				'consumer_secret' => 'YOUR_TWITTER_CONSUMER_SECRET',
				'callback' => 'YOUR_TWITTER_CALLBACK_URL',
			),
		...