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