Difference between revisions of "TwitterSocialAdapter"
| Line 4: | Line 4: | ||
Please refer to [[GVSocialAdapter-Configuration]] to see the generic call. | Please refer to [[GVSocialAdapter-Configuration]] to see the generic call. | ||
| − | The | + | The VCL operations usable in the workflows are the following: |
| − | + | {|class="gvtable" style="width: 80%" | |
| − | + | ! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ... | |
| − | + | |- | |
| − | + | | [[File:Tweet.png | 20px]] || [[twitter-update-status]] || tweet | |
| − | + | |- | |
| − | + | | [[File:Retweet.png | 20px]] || [[twitter-retweet-status]] || retweet | |
| − | + | |- | |
| − | + | | [[File:Follow.png | 20px]] || [[twitter-enable-notification]] || follow | |
| − | + | |- | |
| + | | [[File:Unfollow.png | 20px]] || [[twitter-disable-notification]] || unfollow | ||
| + | |- | ||
| + | | [[File:Follower.png | 20px]] || [[twitter-get-followers-ids]] || get followers | ||
| + | |- | ||
| + | | [[File:AddUser.png | 20px]] || [[twitter-get-friends-ids]] || get friends | ||
| + | |- | ||
| + | | [[File:Message.png | 20px]] || [[twitter-send-direct-message]] || send direct tweet | ||
| + | |} | ||
| + | <div class="version_ge3.4"> | ||
| + | {|class="gvtable" style="width: 80%" | ||
| + | ! style="width: 5%" | !! style="width: 20%" | Plug-in !! style="width: 75%" | Use this for ... | ||
| + | |- | ||
| + | | [[File:Tweet.png | 20px]] || [[twitter-get-user-timeline]] || get user timeline | ||
| + | |- | ||
| + | | [[File:Tweet.png | 20px]] || [[twitter-search]] || search status updates | ||
| + | |} | ||
| + | </div> | ||
Revision as of 07:32, 14 May 2014
Twitter adapter is an implementation of the Social Adapter dedicated to Twitter platform. It can be called as specified into GVSocialAdapter-Configuration specifying a method name to call, or with some custom function reflecting Twitter ones.
Please refer to GVSocialAdapter-Configuration to see the generic call.
The VCL operations usable in the workflows are the following:
| Plug-in | Use this for ... | |
|---|---|---|
| twitter-update-status | tweet | |
| twitter-retweet-status | retweet | |
| twitter-enable-notification | follow | |
| twitter-disable-notification | unfollow | |
| twitter-get-followers-ids | get followers | |
| twitter-get-friends-ids | get friends | |
| twitter-send-direct-message | send direct tweet |
| Plug-in | Use this for ... | |
|---|---|---|
| twitter-get-user-timeline | get user timeline | |
| twitter-search | search status updates |