Facebook Graph API
Hi All
Im having issues trying to logout and login as a different user. Once logged in you cannot login as another user.
To init -
FacebookMobile.init(appID, handleLogin);
To Login -
FacebookMobile.login(handleLogin, this.stage, ["publish_stream"], mystagewebview, "touch" );
Im using the following to logout -
FacebookMobile.logout(logouthandler);
Also, Facebook requires an 'Android Hash Key'. How do you generate this?
Thanks in advance
L
