diff options
author | cash <cash.costello@gmail.com> | 2011-06-23 21:15:37 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-06-23 21:15:37 -0400 |
commit | 42e02f03c306717002aac0d36f0e2b48bf369fed (patch) | |
tree | 7e5ff1ca950cdf6c4bcb990c374b4e2a5c6f39a6 /mod/twitter_api/languages | |
parent | 32d1925d66bc65478d547ca3ed0e8d3e11bfcf2e (diff) | |
download | elgg-42e02f03c306717002aac0d36f0e2b48bf369fed.tar.gz elgg-42e02f03c306717002aac0d36f0e2b48bf369fed.tar.bz2 |
cleaned up the twitter api plugin settings so instructions are correct. Need to verify that login works.
Diffstat (limited to 'mod/twitter_api/languages')
-rw-r--r-- | mod/twitter_api/languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/twitter_api/languages/en.php b/mod/twitter_api/languages/en.php index 940a49d9b..3a422b043 100644 --- a/mod/twitter_api/languages/en.php +++ b/mod/twitter_api/languages/en.php @@ -11,7 +11,7 @@ $english = array( 'twitter_api:consumer_key' => 'Consumer Key', 'twitter_api:consumer_secret' => 'Consumer Secret', - 'twitter_api:settings:instructions' => 'You must obtain a consumer key and secret from <a href="https://twitter.com/oauth_clients" target="_blank">Twitter</a>. Most of the fields are self explanatory, the one piece of data you will need is the callback url which takes the form http://[yoursite]/action/twitterlogin/return - [yoursite] is the url of your Elgg network.', + 'twitter_api:settings:instructions' => 'You must obtain a consumer key and secret from <a href="https://dev.twitter.com/apps/new" target="_blank">Twitter</a>. Fill out the new app application. Select "Browser" as the application type and "Read & Write" for the access type. The callback url is %stwitter_api/authorize', 'twitter_api:usersettings:description' => "Link your %s account with Twitter.", 'twitter_api:usersettings:request' => "You must first <a href=\"%s\">authorize</a> %s to access your Twitter account.", |