I have a webapplication with a cms-system. I have created a task that is executed when someone publish a newsarticle on the page. Simple thing. What I would like to do is to publish this newsarticle on our Facebook page AS the page.
There are a lot of old versions of api and stuff out there so I cannot figure out what is the most updated version of doing this.
Can someone please explain the steps I need to perform to auth an application to post to the page, and how to actually post the message?
I do not have any userinput options at this point but the most guides I have found requires user input in some auth dialogs and such. It must be possible to auth the app, and then request a token and post the page right?