Hi evanspro,
Facebook Places and Friends currently are not supported and most likely will NEVER be supported on iOS.
The reasoning for this is three-fold:
- Facebook removed the separate Places and Friends dialogs from version 4 of their SDK on iOS and Android.
- The functionality of Facebook Places and Friends has been baked into Facebook’s new Sharing model (as well as adding OpenGraph stories like “eating a birthday cake”).
- For us to support Facebook Places and Friends on iOS, we’d have to rewrite it from scratch, which isn’t really worth it given point 2.
On Android, we got lucky and the implementation of Facebook Places and Friends was kept in their Scrumptious sample. This made it relatively easy for us to continue supporting those on Android.
As far as your game is concerned, you can use facebook.showDialog(“link”) to allow your users to tag friends and a location. Bear in mind that you aren’t required to actually provide a link here.
Furthermore, when using facebook.showDialog(“link”), you’ll only be able to tag friends if the Facebook app is installed on the device. If the Facebook app isn’t installed, the native share dialog will popup and you’ll only be able to tag a location.
Considering how big the Facebook app is, it’s highly unlikely that not being able to tag friends without the Facebook app would be a deal breaker.