I am working on an iOS application where I intend to integrate Facebook Comments using Facebook Connect within a UIWebView. After conducting tests and researching articles, I believe that this integration will work well. My main query pertains to authentication: I aim to utilize the Facebook iOS SDK to acquire and store the necessary tokens in Objective-C, enabling users to remain authenticated without having to repeat the process each time. While I am comfortable injecting data into the UIWebView as needed, my question is related to what specific information needs to be injected for the Facebook scripts to recognize the user as authenticated consistently. Any insights would be greatly appreciated.