org.springframework.social.twitter.connect
Class TwitterAdapter
java.lang.Object
org.springframework.social.twitter.connect.TwitterAdapter
- All Implemented Interfaces:
- org.springframework.social.connect.ApiAdapter<Twitter>
public class TwitterAdapter
- extends java.lang.Object
- implements org.springframework.social.connect.ApiAdapter<Twitter>
Twitter ApiAdapter implementation.
- Author:
- Keith Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TwitterAdapter
public TwitterAdapter()
test
public boolean test(Twitter twitter)
- Specified by:
test
in interface org.springframework.social.connect.ApiAdapter<Twitter>
setConnectionValues
public void setConnectionValues(Twitter twitter,
org.springframework.social.connect.ConnectionValues values)
- Specified by:
setConnectionValues
in interface org.springframework.social.connect.ApiAdapter<Twitter>
fetchUserProfile
public org.springframework.social.connect.UserProfile fetchUserProfile(Twitter twitter)
- Specified by:
fetchUserProfile
in interface org.springframework.social.connect.ApiAdapter<Twitter>
updateStatus
public void updateStatus(Twitter twitter,
java.lang.String message)
- Specified by:
updateStatus
in interface org.springframework.social.connect.ApiAdapter<Twitter>