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

Specifies a callback interface that will be called when the button's notion of the current user changes (if the fetch_user_info attribute is true for this control).

应用安装包:widget
实例方法
onUserInfoFetched(GraphUser)

Called when the current user changes.

public void onUserInfoFetched(GraphUser user)
参数描述
userThe current user, or null if there is no user