Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

This tag refers to the WebBrowser control for ActiveX (native) and for Windows Forms or WPF applications (.NET). This control "hosts Web pages and provides Web browsing capabilities to your application".

learn more… | top users | synonyms

1
vote
1answer
137 views

WebBrowser control opens up a new window

I am working on a WPF client where I use Facebook Authorization. I am using the WebBrowser control and show the login page of facebook, then some redirects, and in the end it shows me my page with a ...
0
votes
0answers
145 views

Facebook Like button doesn't work in GeckoFX browser

I wanted to implement the Facebook Like button into my C# application using the Web Browser control but i encountred a problem with Internet Explorer (After clicking on like button, the facebook login ...
0
votes
1answer
131 views

Unable to use WebBrowser Control inside a form that is Loaded from background Worker?

I have a windows form application with Two forms, Login and Account In the Login form, i have backgroundWorker1 private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e) { // doing ...
1
vote
1answer
914 views

Facebook login stuck in permissions page in dispaly=touch mode- windows 8

I was trying to implement Facebook login in windows 8 application . I am using following url to request Facebook login ...
0
votes
0answers
355 views

Facebook JavaScript Error in Windows 7 .NET WebBrowser

From what I can work out this error only appears on Windows 7 in the .NET component WebBrowser 2.0.0.0 No error is displayed on the same machine if website is viewed in IE9/Win7 or when the component ...
-1
votes
2answers
715 views

Automatic click like buttons with c#

My goal is to click on Facebook like buttons, respectively, but the code does not work and has failed both. IEnumerator enumerator = null; IEnumerator enumerator2 = null; ...
1
vote
2answers
2k views

WebBrowser control not working

I'm developing a Windows Phone 7 app with C#. I'm trying to do a login with Facebook Login Page. Here is my cs source: namespace FacebookLogin { public partial class MainPage : ...