On my iPhone with the latest version of the Facebook app, if my mobile app (lets call it MyApp) is already authorized with Facebook, posting to the wall for the first time fails. (E.g. calling [facebook dialog...])
Here's the flow:
- Install MyApp on Phone
Post to wall from within MyApp --> this leads to Authorization dialog in the Facebook App --> this comes back to MyApp --> then "Post to Wall" dialog is shown successfully
Delete "My App"
Install "My App" again
Post to Wall --> this leads to Facebook App (no auth dialog since MyApp is already authorized) --> leads back to MyApp --> Post to Wall dialog unexpectedly visibly closes
None of the callbacks from FBDialogDelegate are called when this happens. (I put log statements in)
If I then:
- Post to wall again --> Dialog shows up correctly, dismissing the dialog initiates the proper callbacks
Any idea what's going on here? This may sound like a corner case, but anytime a user is using MyApp on multiple iOS devices, they will hit this issue. This may also repro if you have multiple IOS apps that use the same FB app ID.