I want to add the functionality for users to be able to udate their twitter statuses from their CMS system i have created. Can you please let me know how to do this?
You need to allow the users of the CMS authorize access to their account using OAuth. Then you should call https://dev.twitter.com/docs/api/1/post/statuses/update in order to post a Tweet.
brilliant, thanks for that