I'm able to attach an account to my users using the normal omniauth-facebook
methods. How do I remove the app from the user? Does omniauth-facebook
have the functionality to do this? I know for example Pinterest is able to link and unlink facebook from their users. When unlinking is done, the Pinterest app disappears from the facebook user's application list.
Thanks!