Spring Social Facebook

Deprecated API


Contents
Deprecated Methods
org.springframework.social.facebook.api.Photo.getAlbumImage()
          With July 2013 breaking changes, Facebook will no longer return images larger than the original image. Therefore, there's no way of knowing what sized images will or won't be in the image list. 
org.springframework.social.facebook.api.Page.getFanCount()
          The fan_count property is no longer returned from Facebook's Graph API and so this will always be zero. This property will be removed in Spring Social Facebook 1.1.0. 
org.springframework.social.facebook.api.Photo.getOversizedImage()
          With July 2013 breaking changes, Facebook will no longer return images larger than the original image. Therefore, there's no way of knowing what sized images will or won't be in the image list. 
org.springframework.social.facebook.api.Post.getPicture()
          This method will be replaced in Spring 1.1.0 with a new version that returns an object with more details about the picture. 
org.springframework.social.facebook.api.Page.getPicture()
          This method will be replaced in Spring 1.1.0 with a new version that returns an object with more details about the picture. 
org.springframework.social.facebook.api.Video.getPicture()
          This method will be replaced in Spring 1.1.0 with a new version that returns an object with more details about the picture. 
org.springframework.social.facebook.api.Photo.getPosition()
          On September 5, 2012, Facebook will either stop returning a position property on Photo objects or will only return 0. This method will be removed in Spring Social Facebook 1.1.0. 
org.springframework.social.facebook.api.Photo.getSmallImage()
          With July 2013 breaking changes, Facebook will no longer return images larger than the original image. Therefore, there's no way of knowing what sized images will or won't be in the image list. 
org.springframework.social.facebook.api.Photo.getSourceImage()
          With July 2013 breaking changes, Facebook will no longer return images larger than the original image. Therefore, there's no way of knowing what sized images will or won't be in the image list. 
org.springframework.social.facebook.api.Photo.getTinyImage()
          With July 2013 breaking changes, Facebook will no longer return images larger than the original image. Therefore, there's no way of knowing what sized images will or won't be in the image list. 
org.springframework.social.facebook.api.GroupMembership.getVersion()
          No longer maintained in the Graph API. Will always be 1 
 

Deprecated Constructors
org.springframework.social.facebook.api.GroupMembership(String, String, int, int, boolean)
          The Facebook Graph API no longer maintains a version for groups. The group version will always be 1. 
 


Spring Social Facebook