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 am using Facebook connect SDK in my application. It works fine, but I don't know how to use the already active session of the user from the Facebook Connect app on Iphone.

If the user is already logged in using the native Facebook app, how can I use this session and skip the in app log in process?

Thanks a lot, George

share|improve this question

1 Answer

up vote 0 down vote accepted

Apps are sandboxed -- you can't get this information. Even if it were technically possible, Apple would reject the app if you did it.

share|improve this answer
Thank you Lou! Less work for me then :D. – george161089 Jan 7 '11 at 19:05

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.