com.facebook.api.FeedUserPhoto Maven / Gradle / Ivy
package com.facebook.api;
import java.net.URL;
/**
* 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.
*
* @see IFacebookRestClient
* @see IFacebookRestClient#photos_get
* @see FacebookRestClient#handleFeedImages
*/
public class FeedUserPhoto extends Pair
© 2015 - 2025 Weber Informatics LLC | Privacy Policy