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