Facebook API and Client-Side Apps
-
Hey guys, I've seen a couple apps (client apps, not websites) that enable you to update your twitter, facebook, etc statuses all at once. I'm trying to develop a simple application to share a url from my pc instead of having to go to the website. Can anyone PLEASE direct me to some tutorial in C#... I've been scouring the net but all I can find are ASP.NET examples :/ Thanks guys.
In life truth does not matter. What really matters is what others believe to be the truth. (The Up and Comer - Book)
-
Hey guys, I've seen a couple apps (client apps, not websites) that enable you to update your twitter, facebook, etc statuses all at once. I'm trying to develop a simple application to share a url from my pc instead of having to go to the website. Can anyone PLEASE direct me to some tutorial in C#... I've been scouring the net but all I can find are ASP.NET examples :/ Thanks guys.
In life truth does not matter. What really matters is what others believe to be the truth. (The Up and Comer - Book)
Then use those examples. The Facebook API isn't going to be any different. You're going to use the same code to talk to Facebook in a WinForms app as you are from an ASP.NET app.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak