Facebook SDK 3.5 - Share Dialog on iOS 5
NickName:benjamin Ask DateTime:2013-04-22T23:42:34

Facebook SDK 3.5 - Share Dialog on iOS 5

Does anybody know if it is possible to use new Share Dialog feature on iOS 5 ? On the facebook official documentation, it is written :

Note: You can only test the Share dialog on a device that has Facebook for iOS 6.0 or greater. You may also not have access to test this feature while it's in the beta phase.**

How many time will this feature stay in beta phase?

Copyright Notice:Content Author:「benjamin」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/16151155/facebook-sdk-3-5-share-dialog-on-ios-5

Answers
Jason Clark 2013-04-24T13:31:55

The Facebook SDK 3.5 for iOS runs on iOS 5.0 and greater. The Native Share Dialog feature works on OS versions supported by the SDK. The docs are actually referring to the version of the Facebook application, and are admittedly easy to mistake for referring to the OS version. We will clarify the docs to avoid further confusion on this point. Thanks for the question!",


More about “Facebook SDK 3.5 - Share Dialog on iOS 5” related questions

Facebook SDK 3.5 - Share Dialog on iOS 5

Does anybody know if it is possible to use new Share Dialog feature on iOS 5 ? On the facebook official documentation, it is written : Note: You can only test the Share dialog on a device that ...

Show Detail

Android Facebook sdk 3.5 share dialog

hi i am implementing the facebook share dialog for android sdk 3.5 however i am not getting any success im following the guides.. FacebookDialog shareDialog = new FacebookDialog.ShareDialogBuilder(

Show Detail

In which iOS does Facebook Share Dialog work in?

I intend to use Facebook Share Dialog(https://developers.facebook.com/docs/howtos/share-dialogs-ios-sdk/#sharedialog) for my application and interested to know whether it supports iOS5 or it is onl...

Show Detail

Facebook Share Dialog in iOS

I am trying to implement the native Share dialog from Facebook in a sample application. Seem to have some problem in doing so. Things I have done so far: Included the latest Facebook SDK Include...

Show Detail

Android How to add TEXT to Share Dialog (fb sdk 3.5)

Android Facebook sdk 3.5 have just released with Native Share Dialog. https://developers.facebook.com/docs/android/share-dialog/ But it only can share the Link + Open graph. Have anybody try to add...

Show Detail

Facebook SDK 3.5 in iOS 5 needs Social.framework

Quick question. I'm getting to grips with the FB SDK 3.5 and I was following this tutorial on the Facebook site: https://developers.facebook.com/docs/getting-started/facebook-sdk-for-ios/ The prob...

Show Detail

Facebook iOS SDK Share Dialog - Sharing on a Friend's Wall

Is it possible to use the Facebook iOS SDK Share Dialog to share on a Friend's Wall? I know that it is possible to do this using the Feed Dialog, but that provides the user with a less than optimal

Show Detail

Facebook SDK Share Dialog Error for iOS

No matter what I do, I get this error when I share: 2014-02-03 00:13:36.392 Kurt Osiander[4443:60b] Error publishing story: Error Domain=com.facebook.Facebook.platform Code=102 "The operation co...

Show Detail

IOS/Objective-C: Share Dialog for App Without Facebook SDK

Given all of Facebook's api changes since April 2018, does anyone know if it is still possible to trigger a share dialog without using the Facebook SDK? They give instructions on how to do it wit...

Show Detail

ios facebook sdk v3.11 share dialog post button disabled

I was following the tutorial for facebook sdk for ios, specially using open graph to attach an image and tag friends (which social framework can't do directly). So I was following this tutorial an...

Show Detail