Constructor and Description |
---|
TwitterAdapter() |
Modifier and Type | Method and Description |
---|---|
org.springframework.social.connect.UserProfile |
fetchUserProfile(Twitter twitter) |
void |
setConnectionValues(Twitter twitter,
org.springframework.social.connect.ConnectionValues values) |
boolean |
test(Twitter twitter) |
void |
updateStatus(Twitter twitter,
String message) |
public boolean test(Twitter twitter)
test
in interface org.springframework.social.connect.ApiAdapter<Twitter>
public void setConnectionValues(Twitter twitter, org.springframework.social.connect.ConnectionValues values)
setConnectionValues
in interface org.springframework.social.connect.ApiAdapter<Twitter>
public org.springframework.social.connect.UserProfile fetchUserProfile(Twitter twitter)
fetchUserProfile
in interface org.springframework.social.connect.ApiAdapter<Twitter>