Skip to main content

All Questions

Tagged with
-2 votes
1 answer
211 views

Post HTML message to Facebook Page from ASP.NET Website

I would like to send a message to facebook page from my asp.net website. I done it successfully but the problem is that when I changed the textbox to richtextbox the text is in the HTML format. The ...
Heba's user avatar
  • 11
-1 votes
1 answer
374 views

How to send username and password to facebook from windows application [closed]

how can i send username and password from 2 text boxes from desktop application to Facebook login page to login by them ? i mean if can i send the data from text boxes located in my desktop ...
amr ghonem's user avatar
0 votes
0 answers
435 views

Setting a password input programmatically c#

I am trying to fill login information from textboxes. I have: WebBrowser1.Navigate("http://facebook.com/login.php"); //... WebBrowser1.Document.All("email").InnerText = TextBox1.Text; WebBrowser1....
Mitrovic Marko's user avatar
0 votes
0 answers
37 views

Facebook's like button doesn't show no matter what [duplicate]

I've spent countless hours for the past couple of days trying to get this tiny thing to work. It's just so frustrating wasting hours on such a small task. To sum up, I have a Facebook page and an HTML ...
saif_youssef's user avatar
0 votes
1 answer
503 views

How to invoke element in a WebBrowser by the class name(s)?

I'm trying to make a simple Facebook client. One of the features should allow the user to post content on the homepage/his profile. It logs the user in (works fine, all of the elements have got ids on ...
Maximilian Krause's user avatar
0 votes
0 answers
89 views

C# Find poke button on Facebook via broswer

I want to make a fb auto poker and currently have a code by searching for tagname of "div" and then for each item in htmlelementcollection I search for "a", then finally use the innertext to see if it ...
user2180617's user avatar
0 votes
2 answers
52 views

How to type data top to bottom (Top one should be new post and last one should be oldest one) asp.net c#

I am creating a social network website as facebook, but that website has some errors with posing status , i used following code to post status. I called this method on page_Load event and post button ...
Prabath's user avatar
  • 19
1 vote
2 answers
1k views

How to pass div to the while loop, asp.net c#

I am creating a social network website as facebook, but that website has an error with posing status , i used following code to post status.This code is on page load, Label1.Text = Session["Email"]....
Prabath's user avatar
  • 19
0 votes
1 answer
371 views

How to make Google authentication page fit in my webbrowser control?

Windows.Forms.Webbrowser to display the google authentication screen. The Webbrowser control is in a window of size 450x480 pxl and it fill the whole window. I am calling: String UrlString = String....
Yariv's user avatar
  • 21
0 votes
0 answers
431 views

Post FORM by C# and wait javascript has been executed

I am submitting a aspx with my C# code behind which works good, however I get the html direct back as I do not display this in a browser. This is my C# code: string getUrl = "https://www.facebook....
Jaap Terlouw's user avatar
0 votes
1 answer
609 views

Unity Facebook Canvas inject background image

I have my game made with unity and with facebook integrated.All works nice, but i cant change background image, i dont know anything about html :). I can do manualy with developer tools in chrome, but ...
user3692769's user avatar
0 votes
1 answer
51 views

How to create a video from different subsets of media like images/texts etc

I am trying to build a feature that is similar to facebook's recent timeline/profile video. Where in facebook creates a video that summarizes your timeline events in a very intuitive video. I am ...
user153410's user avatar
1 vote
2 answers
556 views

How to share page title, image etc by copying link to facebook profile textbox?

i want to do this I have this code in my header: <meta property="fb:app_id" content="576081109113732"> <meta property="og:site_name" content="SadWorld"> <meta property="og:description"...
user avatar
0 votes
0 answers
91 views

Facebook thumbnail

Facebook doesn't show thumbnail from my web page <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="httpdocs_Default" %> <!DOCTYPE html PUBLIC "-//W3C//...
Branimir Brano Teodorovic's user avatar
1 vote
4 answers
2k views

How can I download HTML content of Facebook about pages

I have developed an application to download user names and Ids from face book graph API. But I cannot get their public information like birthdays. So my approach is to download HTML of about pages ...
Amila Upeksha Abeyrathne's user avatar

15 30 50 per page