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