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.MediaOperations.getAlbums(int, int)
          Use MediaOperations.getAlbums(PagingParameters) instead. 
org.springframework.social.facebook.api.MediaOperations.getAlbums(String, int, int)
          Use MediaOperations.getAlbums(String, PagingParameters) instead 
org.springframework.social.facebook.api.PlacesOperations.getCheckins(int, int)
          Use PlacesOperations.getCheckins(PagingParameters) instead. 
org.springframework.social.facebook.api.PlacesOperations.getCheckins(String, int, int)
          Use PlacesOperations.getCheckins(String, PagingParameters) instead. 
org.springframework.social.facebook.api.CommentOperations.getComments(String, int, int)
          Use CommentOperations.getComments(String, PagingParameters) instead 
org.springframework.social.facebook.api.FeedOperations.getFeed(int, int)
          Use FeedOperations.getFeed(PagingParameters) instead. 
org.springframework.social.facebook.api.FeedOperations.getFeed(String, int, int)
          Use FeedOperations.getFeed(String, PagingParameters) instead. 
org.springframework.social.facebook.api.FriendOperations.getFriendProfiles(int, int)
          Use FriendOperations.getFriendProfiles(PagingParameters) instead. 
org.springframework.social.facebook.api.FriendOperations.getFriendProfiles(String, int, int)
          Use FriendOperations.getFriendProfiles(String, PagingParameters) instead. 
org.springframework.social.facebook.api.FeedOperations.getHomeFeed(int, int)
          Use FeedOperations.getHomeFeed(PagingParameters) instead 
org.springframework.social.facebook.api.EventOperations.getInvitations(int, int)
          Use EventOperations.getInvitations(PagingParameters) instead 
org.springframework.social.facebook.api.EventOperations.getInvitations(String, int, int)
          Use EventOperations.getInvitations(String, PagingParameters) instead 
org.springframework.social.facebook.api.FeedOperations.getLinks(int, int)
          User FeedOperations.getLinks(PagingParameters) instead. 
org.springframework.social.facebook.api.FeedOperations.getLinks(String, int, int)
          Use FeedOperations.getLinks(String, PagingParameters) instead. 
org.springframework.social.facebook.api.FeedOperations.getNotes(int, int)
          Use FeedOperations.getNotes(PagingParameters) instead. 
org.springframework.social.facebook.api.FeedOperations.getNotes(String, int, int)
          Use FeedOperations.getNotes(String, PagingParameters) instead. 
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.MediaOperations.getPhotos(String, int, int)
          Use MediaOperations.getPhotos(String, PagingParameters) instead. 
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.FeedOperations.getPosts(int, int)
          Use FeedOperations.getPosts(PagingParameters) instead. 
org.springframework.social.facebook.api.FeedOperations.getPosts(String, int, int)
          Use FeedOperations.getPosts(String, PagingParameters) instead. 
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.FeedOperations.getStatuses(int, int)
          Use FeedOperations.getStatuses(PagingParameters) instead. 
org.springframework.social.facebook.api.FeedOperations.getStatuses(String, int, int)
          Use FeedOperations.getStatuses(String, PagingParameters) instead. 
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 
org.springframework.social.facebook.api.MediaOperations.getVideos(int, int)
          Use MediaOperations.getVideos(PagingParameters) instead. 
org.springframework.social.facebook.api.MediaOperations.getVideos(String, int, int)
          Use MediaOperations.getVideos(String, PagingParameters) instead. 
org.springframework.social.facebook.api.EventOperations.search(String, int, int)
          Use EventOperations.search(String, PagingParameters) instead. 
org.springframework.social.facebook.api.GroupOperations.search(String, int, int)
          Use GroupOperations.search(String, PagingParameters) instead. 
org.springframework.social.facebook.api.FeedOperations.searchHomeFeed(String, int, int)
          Use FeedOperations.searchHomeFeed(String, PagingParameters) instead. 
org.springframework.social.facebook.api.FeedOperations.searchPublicFeed(String, int, int)
          Use FeedOperations.searchPublicFeed(String, PagingParameters) instead. 
org.springframework.social.facebook.api.FeedOperations.searchUserFeed(String, int, int)
          Use FeedOperations.searchUserFeed(String, PagingParameters) instead 
org.springframework.social.facebook.api.FeedOperations.searchUserFeed(String, String, int, int)
          Use FeedOperations.searchUserFeed(String, String, PagingParameters) instead. 
 

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.