Package | Description |
---|---|
org.springframework.social.twitter.api.impl |
Implementation of Spring Social's Service API for Facebook
|
org.springframework.social.twitter.connect |
Twitter service provider connection repository and API adapter implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
TwitterTemplate
This is the central class for interacting with Twitter.
|
Modifier and Type | Method and Description |
---|---|
Twitter |
TwitterServiceProvider.getApi(String accessToken,
String secret) |
Modifier and Type | Method and Description |
---|---|
org.springframework.social.connect.UserProfile |
TwitterAdapter.fetchUserProfile(Twitter twitter) |
void |
TwitterAdapter.setConnectionValues(Twitter twitter,
org.springframework.social.connect.ConnectionValues values) |
boolean |
TwitterAdapter.test(Twitter twitter) |
void |
TwitterAdapter.updateStatus(Twitter twitter,
String message) |
Copyright © 2017. All rights reserved.