TwitterSocialAdapter
Twitter adapter is an implementation of the Social Adapter dedicated to [[ http://twitter.com 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 other calls are the following:
- updateStatus(java.lang.String status) sends a tweet. The status is the message to tweet
- sendDirectMessage(long userId, java.lang.String text)
- retweetStatus(long statusId)
- enableNotification(long userId)
- disableNotification(long userId)
- getFollowersIDs(long userId, long cursor)
- getFriendsIDs(long cursor)