I am having some problems in using the facebook sdk .I login in my app through facebook and then try to post on wall.It works fine.
But problem arises when before post on wall,i delete the app from facebook webpage.Also no facebook error is received..
i am calling the following function-----
fbObj.authorize(this, permissions, Facebook.FORCE_DIALOG_AUTH, this);

