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