FacebookDialogException

Represents an error condition relating to displaying a Facebook Web dialog.

확장:FacebookException
패키지:facebook
생성자
FacebookDialogException(String, int, String)

Constructs a new FacebookException.

public FacebookDialogException(String message, int errorCode, String failingUrl)
매개변수설명
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()
Returns
The error code
getFailingUrl()

Gets the URL that the dialog was trying to load.

public String getFailingUrl()
Returns
The URL