TwitterSocialAdapter

From GreenVulcano Wiki
Revision as of 09:20, 8 October 2012 by Anonymous (talk) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)