[RESOLVED] Facebook Search
So I am trying to use the search bar on the the face book page and I am stuck. I don't even know if Facebook allows it. This is what I am using right now. It places the text in the box, but it wont invoke the click
Code:
Try
WebBrowser1.Document.GetElementById("q").SetAttribute("Value", txtEmail.Text) 'Fills the Search field on the website
WebBrowser1.Document.GetElementById("Search").InvokeMember("click") 'Submits the information filled
Catch ex As Exception
End Try
Re: [RESOLVED] Facebook Search
Re: [RESOLVED] Facebook Search
Aside from the advanced search option that Facebook has, there is another search option that you can use if you want to look for networks. Type “facebook.network/network.php” in the browser bar or URL and then you can search for that network you’re looking for.