2

My problem: I has developed an app with Facebook SSO in my iPhone/iPad. It was working OK.

But I have changed the certificate of my app (so now it has new app ID). I also have changed the "iOS pack ID" property in Facebook: I deleted the old app ID and I added the new one.

But now my app doesn't do the Facebook SSO when Facebook app is installed. It does it OK when Facebook app is not installed and it uses Safari.

I have read this question and this question and this question that say the problem is the "iOS pack ID" and app ID don't match. I have checked it a lot of times, and it is the same.

I have put the old app ID in the "iOS pack ID" property of Facebook, but it still doesn't work.

I don't know if Facebook take a time to check if my app ID is valid, and how they show the result.

I have been a lot of time with this issue. It seem like the problem is the iOS pack ID is not exactly the app ID, but it is not the problem: they are exactly the same.

Thank you very much.

Community
  • 1
  • 1
Pedro Calero
  • 109
  • 1
  • 11
  • I too have been suffering from this issue all day! – Jimmy Jun 26 '12 at 16:18
  • Please post your solution as an answer, and accept it (then remove it from the question!), rather than adding to the question itself. – richsage Jun 26 '12 at 16:48
  • 1
    I will do richsage, but I cannot do it now because I have not too much reputation, so I have to wait 8 hours to reply my own question – Pedro Calero Jun 26 '12 at 17:03

1 Answers1

0

The problem was when I registered the app in Facebook, I put "seedID.bundleID" as iOS pack ID property. It was incorrect but unbelievable it worked. So when I wanted modify it to select the new app ID, I put the new complete ID, and it didn't work. It only worked when I put the bundle ID (only the suffix).

This makes me think that the first time a developer puts a "iOS pack ID", Facebook doesn't validate it. But the next times the iOS pack ID is modified, facebook validates it.

Pedro Calero
  • 109
  • 1
  • 11