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
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.”