I have a button called twitter,when I click this normally a view is presented for tweeting i.e.TWTweetComposeViewController . I have two ways of tweeting a message i.e. auto-share and normal share.Normal share is working perfectly but I have the doubt on how to do the same in auto-share means automatically tweet some default message when I click twitter button instead of showing the TWTweetComposeViewController view and click on done button.
I have a button called twitter,when I click this normally a view is presented
Share
Finally I searched so many questions related to Twitter in ios5 and also read in twitter Developer Document and tried this answer.I think this is one of the solution to do auto share.