Uses of Interface
com.google.code.facebookapi.IFeedImage

Uses of IFeedImage in com.google.code.facebookapi
 

Classes in com.google.code.facebookapi that implement IFeedImage
 class FeedFacebookPhoto
          A simple Pair consisting of a Facebook Photos photo ID for an image appearing in a newsfeed/minifeed story and the destination URL for a click on that image.
 class FeedImage
          A simple Pair of URLs for an image appearing in a newsfeed/minifeed story and the optional destination URL for a click on that image.
 class FeedUserPhoto
          A simple Pair consisting of a Facebook Photos photo ID for an image appearing in a newsfeed/minifeed story and the destination URL for a click on that image.
 

Method parameters in com.google.code.facebookapi with type arguments of type IFeedImage
 java.lang.Boolean SpecificReturnTypeAdapter.feed_publishUserAction(java.lang.Long bundleId, java.util.Map<java.lang.String,java.lang.String> templateData, java.util.List<IFeedImage> images, java.util.List<java.lang.Long> targetIds, java.lang.String bodyGeneral, int storySize)
          Deprecated. 
 java.lang.Boolean IFacebookRestClient.feed_publishUserAction(java.lang.Long bundleId, java.util.Map<java.lang.String,java.lang.String> templateData, java.util.List<IFeedImage> images, java.util.List<java.lang.Long> targetIds, java.lang.String bodyGeneral, int storySize)
          Deprecated. 
 java.lang.Boolean ExtensibleClient.feed_publishUserAction(java.lang.Long bundleId, java.util.Map<java.lang.String,java.lang.String> templateData, java.util.List<IFeedImage> images, java.util.List<java.lang.Long> targetIds, java.lang.String bodyGeneral, int storySize)
          Deprecated. 
 



Copyright © 2010. All Rights Reserved.