Good news! It looks like Facebook rolled out updates that fixed both of these issues. I was able to test a sample app and was not able to reproduce the issues. Facebook Authentication using the Facebook C# SDK for Windows Phone should be functioning as expected.
I would still recommend that you enable scripting in the WebBrowser you use to display the Facebook OAuth dialog. This will ensure that Facebook can deliver the best UI and experience to your users. You do this by setting IsScriptingEnabled=true on your WebBrowser. You can set this property either using XAML or in code as shown below.
Read More from: Original Source
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
I would still recommend that you enable scripting in the WebBrowser you use to display the Facebook OAuth dialog. This will ensure that Facebook can deliver the best UI and experience to your users. You do this by setting IsScriptingEnabled=true on your WebBrowser. You can set this property either using XAML or in code as shown below.
Read More from: Original Source
Stay tuned to my blog, twitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.
No comments:
Post a Comment