I am making an iOS app in which users login to Facebook and Twitter through the iphone accounts.
However, once they are logged in, if I load a Webview with a url leading to Twitter or Facebook, the users are asked to Login into their account inside the webView.
My question is, What should I do in order once I have signed in into my Twitter and Facebook account through my app, open a webView with a twitter/facebook url without it asking the users to sign in again.
Im new to iOS Development, so I'am having quite a hard time understanding the logic of signing in to social networks etc.