1 package de.juplo.facebook.errors;
6 * 1609005: Failure while posting link (data could not be read from link)
8 * @see https://developers.facebook.com/docs/graph-api/using-graph-api/#errors
10 public class LinkPostFailureException extends OAuthException
12 protected LinkPostFailureException(FacebookErrorMessage error)