File tree 3 files changed +11
-3
lines changed
application/admin/controllers
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ public function submitAction()
73
73
public function connectAction () {
74
74
75
75
if (! isset ($ this ->_config ->twitter ->consumer_key ) && !isset ($ this ->_config ->twitter ->consumer_secret )) {
76
- $ this ->addErrorMessage ("Missing OAuth consumer key and secret " );
76
+ $ this ->addErrorMessage ("Missing OAuth consumer key and secret, these should be added to the Storytlr config.ini file.
77
+ More details <a href='http://github.com/storytlr/core/wiki/How-to-integrate-with-twitter'>here</a>. " );
77
78
$ this ->_forward ('index ' );
78
79
return ;
79
80
}
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ rss.default.hide_content=1
44
44
;;flickr.api_key=
45
45
46
46
;; Twitter settings
47
+ ;; In order to integrate storytlr with twitter, you need to obtain OAuth application keys
48
+ ;; from Twitter directly (we are not allowed to redistribute keys). It is a simple process
49
+ ;; that you can follow here: http://dev.twitter.com/apps
47
50
;;twitter.consumer_key=
48
51
;;twitter.consumer_secret=
49
52
;;twitter.default.hide_replies=1
Original file line number Diff line number Diff line change @@ -44,8 +44,12 @@ rss.default.hide_content=1
44
44
[:flickr_comment]flickr.api_key=[:flickr_key]
45
45
46
46
;; Twitter settings
47
- ;;twitter.username=
48
- ;;twitter.password=
47
+ ;; In order to integrate storytlr with twitter, you need to obtain OAuth application keys
48
+ ;; from Twitter directly (we are not allowed to redistribute keys). It is a simple process
49
+ ;; that you can follow here: http://dev.twitter.com/apps
50
+ ;;
51
+ ;;twitter.consumer_key=
52
+ ;;twitter.consumer_secret=
49
53
;;twitter.default.hide_replies=1
50
54
51
55
;; Seesmic settings
You can’t perform that action at this time.
0 commit comments