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.
a source to share
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.
a source to share
Looks like the FriendFeed documentation explains this for you. Scroll down to the Post to FriendFeed section.
a source to share