I am presenting a UIWebView in my App, I need to get the OAuth Token that stored on the device Cache after client login but i don't know how.
i try so search the cookie, but didn't get the result.
for cookie in NSHTTPCookieStorage.sharedHTTPCookieStorage().cookies!{
var C:NSHTTPCookie = cookie as NSHTTPCookie
println("\(cookie.name)\n")
}
thanks for the help.