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 have used a WordPress plugin to automatically post on Facebook wall all the new posts that are added at my website.

Now we are not using WordPress anymore. Is it possible to have a script that do the same thing - automatically post all my posts to my Facebook wall (I have created a Facebook application)?

I need this information shown:

  • photo of the news
  • link of the news
  • some text of the news
share|improve this question
You could start by looking at the Facebook developer documentation, or the source code of the plugin you were using to see how to write the same functionality in a module for your new CMS/site. – mdm Sep 4 '11 at 12:57
so there is not ready script to do this ? – Meo Sep 4 '11 at 13:08
Given that you've not posted what CMS you are using, then I'd imagine it is a custom one. So there probably isn't a script to do this, because how would the script know how to extract details of the posts from your site? – mdm Sep 4 '11 at 13:31
before i have used wordpress. now we are not using wordpress anymore. – Meo Sep 4 '11 at 13:44
Right. So if there is a script available that does what you want it to do, how is it going to read items to post from your new website? What are you using now? – mdm Sep 4 '11 at 16:22

1 Answer

up vote 1 down vote accepted

Read https://developers.facebook.com/docs/reference/api/user/

"You can create a post on behalf of the user by issuing an HTTP POST request to (http://graph.facebook.com)/PROFILE_ID/feed ... with the publish_stream permissions and the following parameters."

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.