views:

581

answers:

2

I've seen this and this but before I sink a ton of time into it, I want to know if what I'm trying to do is possible. I have a Page on FB (not a profile, but a Page for business, websites, etc) and I want to post a story to it via my site automatically. I don't want to do anything else but that. I don't want to create an app (if I don't have to), just post to a Page. Is there an easy way to do this, or is this super complicated?

Also, if I have to build an app, what's the simplest way to go about this (the other guy's question was never answered)?

Thanks!

A: 

You could write a script to control a web browser. The script could log in then post the message... Use a library like WatiN to script the browser.

Frank Schwieterman
huh? i don't quite get it...
Jason
A: 

You are either going to have to make a Facebook Application, use franks method, or do some sniffing and figure out how the publisher works and login / post with cURL and cookies.

Also there is a application called "Blog RSS Feed Reader" if you wanted to go the RSS route.

James Van Boxtel