Facebook SSO - problem with url scheme

I have been trying to implement Facebook SSO. It fails to recognize the Url scheme. Safari reports “cannot open the page because the address is invalid”.

This is my build.settings file.

settings = { orientation = { default = "portraitRight", supported = { "portraitRight", "portraitLeft" }, }, iphone = { plist = { LSRequiresIPhoneOS = YES, UIInterfaceOrientation = "portrait", UIPrerenderedIcon = true, UIStatusBarHidden=true, CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon.png" , "Icon@2x.png" , "Icon-72.png" , "Icon-Small-50.png" , "Icon-Small.png" , "Icon-Small@2x.png" }, }, UIApplicationExitsOnSuspend = false, CFBundleURLTypes = { { CFBundleURLSchemes = { "fb<facebook app id>",<br> }<br> }<br> }<br> },<br>}<br>

I have the real app ID in place of “facebook app Id”. I have tried another URL scheme. Same error.

I am using 751.
[import]uid: 19297 topic_id: 23596 reply_id: 323596[/import]

Fixed… it was due to wrongly placed “}”. [import]uid: 19297 topic_id: 23596 reply_id: 94780[/import]