The Share dialog gives people the ability to publish an individual story to their timeline, a friend's timeline, a group, or in a private message on Messenger. This does not require Facebook Login or any extended permissions.
Questions tagged [fbsdksharedialog]
35 questions
5
votes
0 answers
Unable to show the provided content via the web or the installed version of the Facebook app. Some dialogs are only supported starting API 14
I am trying to upload image to wall from SD card in Android.
I am getting this error -
"Unable to show the provided content via the web or the installed version of the Facebook app. Some dialogs are only supported starting API 14."
Please let me…

Shoeb Siddique
- 2,805
- 1
- 22
- 42
4
votes
0 answers
Facebook Share Dialog does not show the"tap To Change account" in Android
I am using Facebook Sdk 4.38.0. I followed this document:
Facebook Sharing on Android
I want to create an app that allows user to select one page from the all of his Facebook pages to share content, such as the public page or business page.
When run…

hamidreza haajhoseini
- 454
- 5
- 21
4
votes
1 answer
Share dialog isn't working with Facebook app [android]
I'm using share dialog to share a link onto the user's timeline but it's not working while the Facebook app is installed. It is functioning properly using the default browser (when the app is uninstalled).
Note that FB login is working both with and…

SBan
- 43
- 1
- 7
3
votes
0 answers
FBSDKShareDialog doesn't appear
I have function to show dialog:
class func showShareDialog(fromViewController viewController: UIViewController, shareContent: FBSDKSharingContent, mode: FBSDKShareDialogMode = FBSDKShareDialogMode.shareSheet) {
let dialog =…

Paul T.
- 4,938
- 7
- 45
- 93
2
votes
0 answers
Use the Facebook Android SDK ShareDialog to check in at a location
Incentivized sharing is not allowed in the Facebook SDK, but incentivized check in is allowed.
However, the check in ability has been deprecated in the SDK docs, and they say it was added to the share dialog, but there's no documentation on how to…

Trent Pierce
- 387
- 3
- 22
2
votes
2 answers
FBSDK Share not working in react-native app. On some android devices only
I am using react-native-fbsdk in my react-native application.
I followed the official setup guide for the same. And managed to integrate it in the app.
I am using following standard code to share the link using ShareDialog
const shareLinkContent =…

Harshal Bhavsar
- 1,598
- 15
- 35
2
votes
1 answer
Keep same session FBSDKLoginKit, FBSDKShareKit 4.36
i'm using FBSDKLoginKit and FBSDKShareKit for login and after share an FBSDKShareOpenGraphContent.
I've a similar behaviour in android and it works fine.
In swift i'm able to log-in success in Facebook but when i call FBSDKShareDialog.show(from:…

DARKVIDE
- 126
- 11
2
votes
0 answers
facebook-android-sdk error: publish_actions being required to post a share dialog
I have required publish_actions to my application in order to publish in users wall, but it was denied because (it was said) Facebook does not require publish_actions.
But I am trying to share a picture through the following code using Share…

Siqueira
- 423
- 1
- 7
- 29
2
votes
0 answers
FBSDKSharingDelegate callbacks only work only with FBSDKShareDialogModeShareSheet - is this expected behaviour? [iOS 10 + 11]
I have been using code like this to share videos to Facebook:
FBSDKShareVideo *video = [[FBSDKShareVideo alloc] init];
video.videoURL = assetURL;
FBSDKShareVideoContent *content = [[FBSDKShareVideoContent alloc] init];
content.video =…

Alexander Gingell
- 332
- 2
- 17
1
vote
0 answers
Trying to checkin on Facebook through ShareLinkContent using FBSDKSharekit pod version 14.1.0 but no luck
I'm trying to add checkin functionality on my app. I got the place Id from admin panel and If user wants to checkin their they can do that through my app using the code below, but for some reason this code is not working only posting the link…

Usman
- 11
- 1
1
vote
0 answers
react-native postId null from ShareDialog
I'm using react-native-fbsdk {ShareDialog} to post my feeds on Facebook but ShareDialog is not returning the post Id it's always null in my case.
My Import
import { ShareDialog, LoginManager, AccessToken, LoginButton } from…

Ch Umair
- 21
- 3
1
vote
1 answer
my dynamic data not share in fb using angular
i have tried to share my post page data to fb, and my post page data change on product wise, its come from server and after that i want to share this data on fb, but i cant get this data on fb share page.
i tried below concept for share data on…

Bhargav Chudasama
- 6,928
- 5
- 21
- 39
1
vote
0 answers
react-native-fbSDK Sharedialog.show giving empty result when share via FB application but working with fb in app dialog
I am using react-native-fbsdk in my RN app (version "react-native-fbsdk": "^0.10.1",) I am using ShareDialog.show method and getting callback and check result, Everything was working fine but when I install FB application and try to share via FB app…

Nitish
- 995
- 7
- 17
1
vote
1 answer
Facebook Share Dialog Opening in iFrame inconsistent
I have implemented Facebook Share dialog with javascript and I am having consistency issues.
I have a button to open the dialog and when I do so from the page it automatically appears in an iframe on the page which is great! Exactly what I want.
Now…

CirqueM
- 77
- 2
- 9
1
vote
1 answer
getting error in FBSDKAppInviteDialog (Error Domain=com.facebook.sdk.core Code=9 "(null)")
i have succesfully created AppId in facebook.developer.i also add urlscheme in info.plist file.
here is my code
var inviteDialog : FBSDKAppInviteDialog = FBSDKAppInviteDialog()
if(inviteDialog.canShow()){
let appLinkUrl:NSURL =…

Jigar
- 1,801
- 1
- 14
- 29