I used cake php with twitter datasource to post some info on a certain twitter account. Twitter changed the authentication method towards oauth.
I can't find an example of a cakephp app, where a certain message is posted in a certain twitter account. For example when publishing an article in the site, I want site's twitter account to get updated.
I have read some examples but in these the user accessing the page gets redirected to twitter to be authenticated and to publish something on his/hers account, which is not want I want.
Anybody has an example on that?
thanks a lot.