Earlier quoted context omitted.
Late last year, I've tried to integrate Facebook into two tiny iOS apps. It sucked, and I'm not going to touch Parse in the future. One of the few things I needed was an app request dialog. It didn't seem possible from the SDK docs (at least not clearly so), the only way was to use the deprecated global Facebook object: http://stackoverflow.com/questions/13351584/how-to-send-user... There was no definitive list of po…
The replacement is FBWebDialogs, and it's not beta. https://developers.facebook.com/docs/howtos/send-requests-us... The definitive list of properties for the request dialog is documented here https://developers.facebook.com/docs/reference/dialogs/reque...
Two examples of inconsistent documentation that I've seen while looking this information up:
The documentation for common dialog parameters still links to the deprecated API even though there are web and native dialogs now: https://developers.facebook.com/docs/reference/dialogs/
The iOS Games SDK refers to SDK 3.1 in its introduction but uses FBWebDialogs, and my old copy of the SDK (3.1.1) does not have them yet.