Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm using FBConnect in my project.

I would like to commit the whole login and publishing process in an UIWebView instead of the popping window.

How can I do that?

Thanks!

share|improve this question

1 Answer

up vote 0 down vote accepted

Sir if you want to use UIWebView then you can directly ask the webview to open the page for you via NSURL and NSURLRequest in that case you wont require any sort of API.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.