Represents an error condition relating to displaying a Facebook Web dialog.
Extends: | FacebookException |
Package: | facebook |
FacebookDialogException(String, int, String)
Constructs a new FacebookException.
public FacebookDialogException(String message, int errorCode, String failingUrl)
Parameter | Description |
---|---|
message | |
errorCode | |
failingUrl |
getErrorCode()
Gets the error code received by the WebView. See: http://developer.android.com/reference/android/webkit/WebViewClient.html
public int getErrorCode()
getFailingUrl()
Gets the URL that the dialog was trying to load.
public String getFailingUrl()