Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I am looking for a solution to add "Like" feature of Facebook from my C# window Application.It means when I click on my window's form's "like" button, then it should check for the login of Facebook first and if the user is already logged in then the status on the facebook's wall should be shown and also the "like" button should disabled , and if user is not logged in then a new windows form Dialog Box should be opened with Facebook login page and when user logs in the facebook through this dialog form, this dialog form should be closed and the status of the facebook user's should be displayed on his/her profile's "Wall" that "User likes a link.". the same thing i have to do for twitter also.

it should work like this for e.g.

please see in the bottom of the News there are options to follow on twitter and like to facebook.

http://in.news.yahoo.com/sonia-goes-abroad-routine-check-return-4-5-124844333.html

i guess i need and API to resolve the Issue so i have also visited this url and checked the code but it doen't fullfill my requrement.

http://github.com/facebook-csharp-sdk

i hope for the answer as soon as possible.

thank you for your support in advance.

share|improve this question

closed as not a real question by casperOne Mar 6 '12 at 17:37

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

There is no native Windows like buttons. You will have to use a browser control and render the like button in an html page. You will have to handle authentication inside a browser control as well. I will tell you that this is a difficult task and not officially supported.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.