Method and Description |
---|
org.springframework.social.twitter.api.TweetData.toRequestParameters()
Use {
TweetData.toTweetParameters() instead. Deprecated because the "media" parameter no longer applies in Twitter's API, but kept here for backward compatibility. |
Constructor and Description |
---|
org.springframework.social.twitter.api.Tweet(long, String, Date, String, String, Long, long, String, String)
Use other constructor with String ID instead.
|
org.springframework.social.twitter.api.Tweet(long, String, String, Date, String, String, Long, long, String, String)
Use other constructor with String ID instead.
|