com.google.code.facebookapi.FeedUserPhoto Maven / Gradle / Ivy
package com.google.code.facebookapi;
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 - 2024 Weber Informatics LLC | Privacy Policy