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.

As usual, I'm having problems due to a lack of clear guide in the Facebook API Documentation.

Basically I have created an application that is installed to Facebook Pages, I want to periodically post automatically via my server to the Stream of these pages (of course, willing to have it authorised, etc), but I am just unable to find how to do this. I've looked at stream write, etc, but not sure how to best make use of this. I've looked at Extended Permissions, should this simply just work for Pages? I'm experimenting but not having too much luck at the moment.

Any ideas guys? Also, am I able to make use of the new "targetting" of users that Page administrators have when posting to a Page now?

Sorted out my previous problem, simply now wondering whether I can location target posts as Page admins are now allowed to do.

I am using PHP with the latest library updates btw.

Big thanks!

share|improve this question
I am able to post to my page stream from my application, however, the 'reply' is attributed to my user account and when I 'addComment' it is attributed to the page. Did you resolve that too? – Richard Apr 14 '10 at 15:05

1 Answer

up vote 1 down vote accepted

The way to post feed stories/streams is to use stream.publish function, check it out here:

http://wiki.developers.facebook.com/index.php/Stream.publish

And for automated publishing, you need to use cron job, here is how to get started with that:

http://www.aota.net/Script_Installation_Tips/cronhelp.php3

share|improve this answer

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.