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.

How can post something as the on a Facebook fan page (as the page itself) everyday?

I don't want to post as another user on the page. I want to post as if I were using the regular facebook web interface.

The page is related to a my website, so I have to use PHP for this purpose.

share|improve this question
why the downvotes? – rlc Mar 30 '12 at 22:13
I mean it's kind of vague, but I personally think this is a valid question. Maybe setup the problem more clearly: You want to automate posts from YOUR facebook account to a page wall... How would you use the facebook API to accomplish this? – FlavorScape Mar 30 '12 at 22:18
maybe a little googling first. – FlavorScape Mar 30 '12 at 22:18

closed as not a real question by Brian Roach, ajreal, PeeHaa 埽, Chris, animuson Mar 30 '12 at 22:27

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 1 down vote accepted

This tutorial aughtta to do the trick. You will need to utilize the PHP Facebook API .

http://tips4php.net/2010/12/automatic-post-to-facebook-from-php-script/

You have to have valid login credetials to use the API via OAuth 2. Facebook MUST verify that your server is authorized to pretend to be you.

share|improve this answer

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