December 11th, 2010 03:57 PM
will you post the code here?
why does this happen?!
December 11th, 2010 07:54 AM
the URL should be "https://friendfeed-api.com/v2/entry" because you are going to post an entry. for other things like posting a comment there is https://friendfeed-api.com/v2/comment and so on (you...
December 11th, 2010 06:17 AM
are you serous?! WOW!
dude, look at the first post. does it look like someone trying to "harvest credentials"?
if he was familiar with all this FF thing, I would never type such long instructions...
December 10th, 2010 07:26 PM
Hi!
Oh no laughs. friendfeed can be a little confusing. click on settings on the right side of your avatar, on settings window, click on change password, enter something and save it. once more, go...
December 9th, 2010 06:41 PM
well, just wanted to say thanks, in advance. if you do it, you'll help me a lot!
December 8th, 2010 03:28 PM
dude! I just told you :D
open up your Visual Studio project, go to solution explorer, right click on refference folder, click on "Add Refference", when a window appears, on ".NET" tab, search for...
December 8th, 2010 02:57 PM
the code is not incomplete. you need to add web ref to your Visual Studio project to make HttpUtulity work. "using System.Web" is not enough.
and no, my firewall setting is fine.
if you get...
November 18th, 2010 08:32 PM
by the way, if I try mineReq.ProtocolVersion = HttpVersion.Version11 it will throw an exception-> The server committed a protocol violation. Section=ResponseStatusLine
November 18th, 2010 08:20 PM
hey there! my first post ever! :D
first of all I'm completely new to C# and .NET programming.
background: I'm trying to write a piece of code that uses HttpWebRequest to post an entry to a...