Simple Message Poster for Friendfeed

I am trying to integrate a function into an application that posts a message to a friendfeed using the C # API. As a complete newbie, I can't figure out how to establish a connection and then post it to him.

Can anyone help with this?

I have HTTP Basic Auth working great, just not a function to send to my friendfeed account.

0


a source to share


2 answers


So, I used the API docs and created an HTTP Auth object, but when I try to get Friendfeed.FriendfeedClient () to work, it keeps returning with a 405 error. Long story short, my application was running all the time, but due to the error I was seeing , I thought it wasn't.



The error itself was that it was essentially trying to pass the HTTP Auth object to the wrong URL.

0


a source


Looks like the FriendFeed documentation explains this for you. Scroll down to the Post to FriendFeed section.



0


a source







All Articles