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've been looking at the Facebook Connect for iOS, but I could not find the solution which could fulfill my requirement. I was able to create a simple log in window, user can put his/ger credentials, but when I run my iPhone app again the user has to login again.

So far I've been able to get this:

alt text

I would like to be able to get a dialog similar to this one: alt text

Any idea how to achieve this?

share|improve this question

1 Answer

Im not sure of the answer....

But try this once.......

goto facebook.m:

  • (void)authorize:(NSArray *)permissions delegate:(id)delegate {

// comment the below linw and write the last line.

--------> [self authorizeWithFBAppAuth:YES safariAuth:YES];
[self authorizeWithFBAppAuth:NO safariAuth:NO];

}

Hope ur prob;em ll be solved.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.