FBConnect Demo Application
Posted
by
gmcalab
on Stack Overflow
See other posts from Stack Overflow
or by gmcalab
Published on 2010-12-26T23:15:25Z
Indexed on
2010/12/27
2:53 UTC
Read the original article
Hit count: 241
I am running the demo application that is supplied with the facebook-ios-sdk. The application starts in the emulator, with a LogIn button. I click the button which then launches safari to grant access to the application. I log in with my fb creds and allow the application. I am the administrator for the application and I have verified I put in the right app key.
After I allow access, it says "Safari cannot open the page because the address in invalid"...this is the url it's trying to go to: http://www.facebook.com/connect/uiserver.php...
So am I missing something because the breakpoint for (void)fbDidLogin
never gets hit...
© Stack Overflow or respective owner