您需要致电
String profile = com.facebook.Profile.getCurrentProfile().getId()
AccessToken accessToken = AccessToken.getCurrentAccessToken();
在小部件Toast.makeText(context, "Hi there!", Toast.LENGTH_LONG).show();
的
onClick()
方法中
如果使用View.OnClickListener
,请查看this和this