In my iPhone App,
I have implemented twitter functionality with Twitter+OAuth library. It works fine in ios 4.3 but it does not work in ios 5. then what could be the problem with code.
I want to clarify that my app's deployment target is 4.3...
do you have any idea?
I recommend to use TWTweetComposeViewController if the device has iOS 5.
Add in your h file
And add the Twitter framework and Accounts as optional Libraries.