Ability to tag friends in communication with family

I use Facebook iOS SDK 3.1 in my last one, and I use the native common dialog with FBNativeDialogue .

enter image description here

In the corner there is a β€œfriends” button in which I have always been attached to friends (just like the location button indicates the location), but I realized that these are the privacy settings for the message.

So Im still confusing how you can tag friends in a post. Nothing seems to happen when I type @ and then the names of my friends, is this not yet implemented? And does anyone know a smart way to implement this?

What the customer wants is similar to β€œWho are you?”, As shown below:

enter image description here

+4
source share
1 answer

I just don't think it's possible, given the current documentation on the Facebook SDK (3.5.1) - https://developers.facebook.com/docs/howtos/ios-6/#nativepostcontroller . It states:

iOS 6 includes its own Share List, which allows users to post status updates, photos, links, and locations to Facebook, and includes support for setting up an audience to post and tag posts with a location.

Even when you post something to Facebook from the iOS Notification Center, it allows you to share the information mentioned above without tagging your friends.

You can use Facebook views instead, as they are here https://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/show-friends/ . But if you need to use native dialogs, I do not see the way. If you earn it, let us know.

0
source

All Articles