i am integrating twitter in my iOS app and and found the answer from stack overflow and other resources. but i have a question if iOS device user does not add any twitter account, how can we implement this case. i have seen in android app that they can post text, images and links to twitter with login page with the help of web view -
How can i post on twitter without showing dialogue in ios?
iOS 5 Twitter Framework: Tweeting without user input and confirmation (modal view controller)
after searching related post now i know about both dialog and using request. but how can we handle the above case.
an advance thanks