| Package | Description |
|---|---|
| org.wicketstuff.twitter.behavior.ajax |
| Modifier and Type | Class and Description |
|---|---|
class |
AjaxClickEventBehavior
https://dev.twitter.com/docs/intents/events#tweet
Supported by: Tweet Button & Follow Button Receive an event when the user has clicked the Tweet Button or Follow Button. |
class |
AjaxFavoriteEventBehavior
https://dev.twitter.com/docs/intents/events#favorite
Supported by: Web Intents This event will populate the favorited tweet_id in the Event Object's data method. |
class |
AjaxFollowEventBehavior
https://dev.twitter.com/docs/intents/events#follow
Supported by: Tweet Button, Follow Button, & Web Intents
This event will populate the followed user_id in the Event Object's data method.
|
class |
AjaxRetweetEventBehavior
https://dev.twitter.com/docs/intents/events#retweet
Supported by: Web Intents This event will populate the original Tweet that was retweeted's source_tweet_id in the Event Object. |
class |
AjaxTweetEventBehavior
https://dev.twitter.com/docs/intents/events#tweet
Supported by: Tweet Button & Web Intents
This event will be triggered when the user publishes his tweet within the share box.
|
Copyright © 2018. All rights reserved.