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 have three views on my apps.

first view is request for user login.
second is request the friends list.
third is page have UIWebView for user profile page.

In the third view Facebook Session is open [check it -> FBSession.activeSession.isOpen]
but I cannot open friend url with

 NSURL *friendURL = [NSURL URLWithString:[NSString stringWithFormat:@"http://www.facebook.com/%@", self.friendID]];
 NSURLRequest *request = [NSURLRequest requestWithURL:friendURL];

I'd like to know how to open it ?

Thanks for advance.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.