I need to make the fishbowl application (which is a WPF application for Facebook) multi-user compatible. It seems, it's only supporting single user login via facebook. Any ideas how to make it multi-user compatible.
applicate you开发者_开发技巧 help.
-Aruna
i found the solution to do this, it's easy
have to comment the _TryGetCachedSession() function and have to stop calling InitializeAsFirstInstance() function in the start-up
精彩评论