Announcement

Collapse
No announcement yet.

Facebook Authorize does not return to app

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Facebook Authorize does not return to app

    Facebook.Authorize();

    Switches to safari for user to log in to facebook and grant app permissions. Once the user has pressed okay to confirm, he is not redirected back to the app, but is sent to an invalid page in safari instead. This is using an iPad2, running the march build of the UDK.

    This is one of the last remaining issues preventing us from releasing the app - is it possible to describe a workaround or do we need to wait for the next version of the udk?

    Thanks,

    Peter

    #2
    Did you set up an entry in the CFBundleURLSchemes array in the Info.plist as explained here?

    http://udn.epicgames.com/Three/FacebookIntegration.html

    That is what causes it to perform the switch back to your game after the authorization.

    Comment


      #3
      Hi ffejnsliw,

      That was indeed the problem, apologies for being to hasty and assuming it was a bug ,

      Peter

      Comment

      Working...
      X