When I log in to Facebook through the Browsersession.Login() it works fine, but BrowserSession.LoginComplete event isn't working during this Period.
Can anybody suggest why this thing is happening in my project?
|
When I log in to Facebook through the Browsersession.Login() it works fine, but BrowserSession.LoginComplete event isn't working during this Period. Can anybody suggest why this thing is happening in my project? |
||||
|
Also check:
_browserSession.LoginCompleted += browserSession_LoginCompleted;
|
|||
|
|