I have a chrome extension that uses the facebook Graph API
Because its a Chrome extension I was using the Native App flow to login. I used content-scripts to grab the token out of the redirect URL.
However, I'm unable to find a way to logout of facebook. I tried the logout method posted here: Facebook Oauth Logout , but it doesn't seem to work ( I used my App Id as the API key and the "code" parameter returned by the redirect as the session key )
Does anyone know of a way to do this?