Skip to content

Commit a4f11de

Browse files
committed
update
1 parent c904ef8 commit a4f11de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ For use [Yii Twitter Connect with Oauth][1] need to add some code to configure t
2020
'class' => 'ext.twitterconnect.TwitterConnect',
2121
'consumerKey' => 'YOUR_APP_CONSUMER_KEY',
2222
'consumerSecret' => 'YOUR_APP_CONSUMER_SECRET',
23+
'twitterRequestUrl' => 'https://api.twitter.com/oauth/request_token',
24+
'twitterAccessUrl' => 'https://api.twitter.com/oauth/access_token',
25+
'twitterAutorizeUrl' => 'https://api.twitter.com/oauth/authorize'
2326
)
2427
```
2528
and you can add it in view section:

0 commit comments

Comments
 (0)