ccoenraets / OpenFB

Micro-library that lets you integrate browser and Cordova apps with Facebook with no plugin or SDK dependency.
MIT License
505 stars 231 forks source link

Fix logout issue - fbtoken should be fbAccessToken #88

Open chrisschaub opened 8 years ago

chrisschaub commented 8 years ago

Fixes logout issue where token was not being deleted. Please see issue: https://github.com/ccoenraets/OpenFB/issues/52

canac commented 8 years ago

I think that this change will also fix issue #83. I ran into a problem today that was the result of this bug, and I hope that we can get this change merged soon!