Field and Description |
---|
org.springframework.social.facebook.api.GraphApi.GRAPH_API_URL
Use getBaseGraphApiUrl() instead.
|
Method and Description |
---|
org.springframework.social.facebook.api.User.getAddress()
Facebook no longer supports the address field in user profiles. Will return null for newer versions of the Graph API.
|
org.springframework.social.facebook.api.GroupMembership.getVersion()
No longer maintained in the Graph API. Will always be 1
|
org.springframework.social.facebook.api.PageOperations.post(String, String)
Use
PostData instead. |
org.springframework.social.facebook.api.PageOperations.post(String, String, FacebookLink)
Use
PostData instead. |
Constructor and Description |
---|
org.springframework.social.facebook.api.impl.TestUserTemplate(RestTemplate, String)
Construct with a GraphApi, RestTemplate, and appId instead.
|