0

I've made my own "blog-style" site, without using WordPress or anything of the sort. I'm looking for a way to automatically post a certain portion of the article to the Facebook Wall of the Facebook Page I run for the website. Is there an easy way to do this? I'm using PHP for post submission.

muttley91
  • 12,278
  • 33
  • 106
  • 160
  • Have you tried to read [facebook documentation](http://developers.facebook.com)? – zerkms May 28 '12 at 23:17
  • Check this post: http://stackoverflow.com/questions/4729941/how-can-i-post-to-the-wall-of-a-facebook-fan-page-using-php-and-open-graph-api –  May 28 '12 at 23:18

1 Answers1

0

This is possible using the Facebook API. You can probably find PHP libraries that cover much of the functionality but it would still be a good idea to get your head around the Facebook API so that you understand how things work. See http://developers.facebook.com/docs/reference/api/

Purpletoucan
  • 6,472
  • 2
  • 21
  • 28