We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c904ef8 commit a4f11deCopy full SHA for a4f11de
README.markdown
@@ -20,6 +20,9 @@ For use [Yii Twitter Connect with Oauth][1] need to add some code to configure t
20
'class' => 'ext.twitterconnect.TwitterConnect',
21
'consumerKey' => 'YOUR_APP_CONSUMER_KEY',
22
'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'
26
)
27
```
28
and you can add it in view section:
0 commit comments