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.

What is the best way to post to facebook fan page with php. I am the admin. I am using the php sdk. is it 100% safe to use publish stream. I am worried that facebook will ban my application.

is it safe to use this:

$facebook->api("/PAGE_ID/feed","POST",array("message"=>"Hello Page!"));

is there a better way to post ?

share|improve this question
2  
This isn't a question for StackOverflow. You can read Facebook's terms and agreements to find out. – uzyn Jul 28 '12 at 5:41
If I remember correctly, you need to create a FB app and give certain permissions to it. Then using this app, you can post to the Fan Page. – Akhilesh B Chandran Jul 28 '12 at 5:47

1 Answer

up vote 0 down vote accepted

I dont see any problem in using it, unless you are trying to abuse their API system by sending toooo many requests. This is the best way to post/publish via PHP imo

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.