c# - Delete Cookies from Webbrowser control in wp7 -
i have problem facebook , google logout. scenario when user first time login facebook or google particular site.(using clint api, redirect own web browser). show login page . after logout if 1 time again login facebook or google m trying it's not showing login page , straight shows login success message.(because webbrowser history there, , not able delete history) in situation multiple user can't login facebook or google.
have idea? how solve problem?
on wp7 you'll have utilize invokescript
, javascript logout and/or rid of cookies required different services fb , google. fiddler comes in handy this.
if remember correctly, google you'll have watch specific url's , cancel navigation, run invokescript
, go on navigation.
i worked on project accessed different providers , solution able working.
on wp8 there method clear cookies.
c# windows-phone-7 c#-4.0 c#-3.0 webbrowser-control
No comments:
Post a Comment