views:

328

answers:

1

Hello,

I am using FacebookConnect on the iPhone to integrate my app with Facebook. Unfortunatly I've always "cookies required" when trying to login.

Are you also encountering this issue or do you know what may cause this issue?

Thanks in advance for your help :)

Regards,

+1  A: 

Do you have cookies enabled in Settings → Safari → Accept Cookies?

zoul
Thanks, you've spotted the issue. Do you know if there is a way to programatically set this option or at least detect it is not set?Thanks
AP
I’m fairly certain that it’s not possible to change the settings programmatically. As for detection, maybe you could create a simple `UIWebView` somewhere off the screen and perform a cookie detection there. (Google for “cookie detection.”)
zoul