I have created a wordpress plugin which updates my facebook status when a new post is published. But the problem is that it also updates my facebook status if I updates a post after editing it even though the post has already been published. How do I solve this issue.
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.
|
Instead of running the trigger on |
|||
|
|
publish_postruns on updates is the intended behavior. As mentioned in my answer, the triggers for publishing of new articles arenew_to_publish,draft_to_publish, andfuture_to_publish. – EdoDodo Jul 3 '11 at 19:07