Questions tagged [fbsdksharekit]

46 questions
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…
1
vote
1 answer

Flutter share facebook : 'init()' has been explicitly marked unavailable here (FBSDKShareKit.ShareDialog)

I want to share posts from my flutter app to social media platforms like facebook. I've used flutter_share_me package ( version 1.2.0 ), my Android project is working well for Facebook sharing. But when I build my iOS project, the building is failed…
persec10000
  • 820
  • 2
  • 10
  • 17
1
vote
0 answers

Posting game request to facebook friend is failing

I want to send game request to my facebook friends. Following code sends invite requests if the receiver hasn't had the app installed. I have gone through every documentation there is (though there is not a lot) and I am not sure what could be the…
1
vote
0 answers

ios swift FBSDKShareKit Publish (Share) content without ShareDialog view controller

i want to put function with "sharing facebook" when "user start live" if that Fb Button is on then user touches that Live Button, the content will publish on user's timeline on facebook automatically, then start "Live Broadcasting" so the…
1
vote
1 answer

framework not found FBSDKShareKit for architecture arm64

Xcode doesn't found the framework FBSDKSharekit when i build. The Error I already have a configuration for Firebase Authentication (Use of FBSKCoreKit, FBSDKLoginKit, Bolt). And I just need the FBSDKShareKit. Dependancies I follow all the…
1
vote
3 answers

React Native FBSDK file not found on CI

I have installed FBSDKCoreKit, FBSDKLoginKit and FBSDKShareKit by downloading the SDK to ~/Documents/FacebookSDK and then dragging the frameworks in to the frameworks folder in XCode. I checked the option to copy the files if needed so they appear…
1
vote
0 answers

Facebook Share opens new instance of an App - iOS

I am using Facebook iOS SDK and FBSDKShareLinkContent for sharing url and image with text. Everything seems OK while sharing. But the problem is after sharing, the new instance of app is opened. The one sharing has been done is still open in…
erdemgc
  • 1,701
  • 3
  • 23
  • 43
1
vote
1 answer

Codename one Native implementation with Cocoa Pods Build Error

I am using the FBSDKLoginKit and the FBSDKCoreKit so I added the build hint ios.pods=FBSDKLoginKit,FBSDKCoreKit however when I sent it for a build I got a build error. The build errors all seemed to revolve around 'Bolts' and 'NSObect' So I added…
Kyri33
  • 599
  • 2
  • 15
1
vote
0 answers

FBSDKShareDialog doesn't display app name in Facebook for sharing FBSDKSharePhoto but it displays app name for FBSDKShareLinkContent

I tried to post photo from my app to Facebook using FBSDKShareDialog. While doing so, sharing of link via FBSDKSharePhoto won't display my app name whereas FBSDKShareLinkContent does displays my app name.
Prabin
  • 147
  • 4
  • 11
1
vote
2 answers

How to create a custom share button in Facebook SDK

I try to create custom share Button in Facebook SDK, but I have a problem with it. Following Facebook documentation, share Button in my case looks like that: let content = FBSDKShareLinkContent() content.contentTitle =…
PiterPan
  • 1,760
  • 2
  • 22
  • 43
1
vote
0 answers

Is there a way to check system privacy settings of other application (e.g. Facebook)?

I build application which allows to share video through Facebook by share dialog: FBSDKShareVideo *video = [[FBSDKShareVideo alloc] init]; video.videoURL = videoAssetUrl; FBSDKShareVideoContent *content = [[FBSDKShareVideoContent alloc]…
Denis Kreshikhin
  • 8,856
  • 9
  • 52
  • 84
1
vote
0 answers

Facebook Messenger SDK in Swift, how to reply in messenger and direct user to my app.

In FBMessenger when user clicks to reply using the special reply link right below the image/video that was sent from my app the user is re-directed to my app in the app store even though the app is already installed. How do I direct the user…
1
vote
1 answer

social media share specific content out of page

I am having some issue with my social media share code. See my code below: // I want to share this div (id="maindiv") at facebook on click of facebook share button...
0
votes
1 answer

Redundant conformance of 'ViewController' to protocol 'SharingDelegate' after updating the FBSDKCore to 5.6.0 in iOS Swift

Currently I'm working on an iOS application in swift. In my application I'm using FacebookShare pods(FBSDKCoreKit 4.46.0) for sharing contents to the Facebook. For that I was used FBSDKSharingDelegate. Today I updated the pod to FBSDKCoreKit to…
Hilaj S L
  • 1,936
  • 2
  • 19
  • 31
0
votes
2 answers

Shared image open URL on tap

I'm using - FBSDKShareKit (4.40.0): I want to share image on facebook. It should be tappable and should open website just like the Endomondo app does. I've tried this code but url covers photo and they are not displayed: let sharePhoto =…
milczi
  • 7,064
  • 2
  • 27
  • 22