tags:

views:

16

answers:

1

Hi everyone,

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

A: 

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

kakopappa