Skip to main content

All Questions

Tagged with
0 votes
1 answer
78 views

Share photos and link using FBSDKShareKit on IOS

I am using FBSDKShareKit to share link and images on Facebook. When I share only photos it works fine, but when I share a link and photos at the same time it can only share the link, not the photos. ...
tú nguyễn's user avatar
1 vote
1 answer
515 views

How to share video on Facebook in Swift?

I try to share video to Facebook but when dialog shown video doesn't appear. func facebookShare(url: URL){ guard let schemaUrl = URL(string: "fb://") else { ...
Furkan Kaan Ugsuz's user avatar
0 votes
1 answer
2k views

How to share link (or image) with quote to a Facebook Page managed by the user in a Flutter app via Facebook mobile app

I have a Flutter app with some news, and should create a Facebook share button, which can: share an image with text If Facebook app is installed on the phone, user should be able to login automaticly,...
Tempy's user avatar
  • 1
1 vote
0 answers
1k views

Share plain text (not a link) to Facebook Messenger in Swift

I have found ways to share links using FBSDKShareKit. But I want to share plain text only and not a link. contentDescription and contentTitle have been deprecated. Only text can be shared through ...
Prasad Shinde's user avatar
0 votes
0 answers
107 views

UIActivityViewController not Sharing both Text and Image on Facebook [duplicate]

I used the UIActivityViewController to sharing both Image and Text. In other apps like twitter, notes, email have all worked. In facebook it does not have text and have only image to share. Please ...
Kawazoe Kazuke's user avatar
3 votes
1 answer
640 views

how to share post on facebook or google using URLScheme

I want to share an HTML link on facebook without install SDK like WhatsApp or twitter. I am using below code for share a link on facebook. But I want to share the post to direct app without an open ...
Gaurav Gupta's user avatar
0 votes
1 answer
2k views

How to create a custom share sheet like Facebook?

I'm building a social media app in iOS using Swift. I noticed that if I share things using Facebook's "Share app 'droplet'" in the share sheet, it will open a custom Facebook share sheet on top of the ...
Chen Li Yong's user avatar
  • 5,949
2 votes
0 answers
377 views

iOS: How to share an local image on facebook with the SDK and without the facebook app installed?

I used that codes to publish an image without success: Code on button click: FBSDKSharePhoto *photo = [[FBSDKSharePhoto alloc] init]; photo.image = [UIImage imageNamed:@"Select.png"]; ...
ΩlostA's user avatar
  • 2,571
7 votes
3 answers
13k views

Share on Facebook IOS 11 Swift

In versions below 11 ShareButton to facebook works successfull, but in 11 version this function doesn't work. What can u advice? if SLComposeViewController.isAvailable(forServiceType: ...
Sasha's user avatar
  • 81
0 votes
3 answers
673 views

Can't add title and description in facebook Share

I am trying to implement the Facebook Share in my quiz app. The content is app store link and quiz score.Which is working fine in simulator but in device shows in different and not showing my ...
Asd_123's user avatar
  • 53
0 votes
1 answer
3k views

FBSDKShareLinkContent imageUrl deprecated but facebook app link does not provide image meta

I will try to be clear in my problem. I want to enable facebook sharing in my swift app (Swift 3). When the user clicks the link on facebook, he should be redirected on the app (if he has it) on app ...
brice cesarin's user avatar
3 votes
2 answers
2k views

Can a url link be shared from iOS app via FB Messenger without presenting UIActivityViewController dialog and not needing Facebook SDK?

I am wondering if it is possible to share/send a url link and other media from iOS app via Facebook Messenger app without having to open UIActivityViewController's activity sheet first, which in ...
Au Ris's user avatar
  • 4,641
1 vote
0 answers
33 views

Integrate share video Facebook with apps swift2.2?

I have a little problem, I want on my app create a directly redirect link via Facebook to share my video instantly recorded via my app. I try with Social.framework like : here But after clicking ...
Frilau's user avatar
  • 59
0 votes
1 answer
947 views

Facebook Sharing with image and Applinks

I stuck on the Facebook sharing.. All I want is to post an image from my iOS app, with text and applink, that can redirect users to installed app or App Store. App link works fine, I described some ...
Alex Kosyakov's user avatar
1 vote
2 answers
3k views

unity game screenshot share in multiple social platform in ios

I'm building my first game in Unity and I've almost completed it. I want to share a screenshot of my game over scene in multiple social platforms like Facebook, Twitter, E-mail etc. But I'm not able ...
rasel raaz's user avatar

15 30 50 per page
1
2 3 4 5
8