WebDialog.OnCompleteListener
最新版的 SDK 已不支持此类。
这个类有新版本。查看 最新版本。

Interface that implements a listener to be called when the user's interaction with the dialog completes, whether because the dialog finished successfully, or it was cancelled, or an error was encountered.

应用安装包:widget
实例方法
onComplete(Bundle, FacebookException)

Called when the dialog completes.

public void onComplete(Bundle values, FacebookException error)
参数描述
valuesOn success, contains the values returned by the dialog
errorOn an error, contains an exception describing the error