File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ USAGE - App authorization
2
+
3
+ 1) Put the plugin in your apps Plugin Directory
4
+ ex.: app/plugins/twitter
5
+
6
+ 2) To verify the Twitter account you're currently logged in with point your browser to:
7
+ http://mycakeapp.localhost/twitter/authorize
8
+
9
+ 3) Hit the start Button to start the authorization for your Twitter account
10
+
11
+ 4) Confirm that you want to authorize the app to send and read your tweets
12
+
13
+ 5) You'll be redirected back to the twcallback action where you'll see an confirmation message
14
+
15
+ USAGE - Send tweet
16
+
17
+ 6) The authorize_controller.php holds an action called sendtweet which allows you to send tweets to the previously authorized Twitter account
18
+
19
+ 7) Just point your browser to the following url to send an tweet:
20
+ http://mycakeapp.localhost/twitter/authorize/sendtweet?content=my_super_uber_tweet
21
+ Make sure that your content isnt longer then 140 chars, if its longer the tweet will be rejected
You can’t perform that action at this time.
0 commit comments