I tried https://developers.facebook.com/docs/mobile/android/build/ this link and I would like to use logout .The two methods:
public void onLogoutBegin()
public void onLogoutFinish()
The code JSONObject json = Util.parseJson(mFacebook.request("me")); is giving me null.
I would like to use the code which works.