FacebookCallback
このクラスには新しいバージョンがあります。ご確認ください。 最新バージョン

A callback class for the Facebook SDK.

パッケージ:facebook
インスタンスメソッド
onSuccess(Object)

Called when the dialog completes without error

public void onSuccess(Object result)
パラメーター説明
resultResult from the dialog
onCancel()

Called when the dialog is canceled

public void onCancel()
onError(FacebookException)

Called when the dialog finishes with an error

public void onError(FacebookException error)
パラメーター説明
errorThe error that occurred