Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've seen a lot of questions on here asking how to publish to a Facebook fan page, but not how to publish from a facebook fan page to an external site.

I'm admin of a fan page and would like to make updates for my audience from Facebook. These updates I'd like to appear on my website as well. Does anybody know of a way to do this?

Thanks in advance!

share|improve this question

1 Answer

up vote 4 down vote accepted

You can pull feed messages in json format like so:

http://graph.facebook.com/17227611925/feed

Substitute 17227611925 with the id of your page.

You'd have to find/write a bit of code to do this. Do you already have some sort of server-side programming environment set up?

share|improve this answer
Oh, perfect! Simple and exactly what I needed. Yeah, I can take care of the backend programming. – Jan Kuboschek Jun 27 '10 at 18:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.