Questions tagged [fbsdksharekit]
46 questions
0
votes
1 answer
Unable to post deep link to Facebook via iOS application
I am trying to use the FBSDK, specifically FBSDKShareKit to let users post a deep link to their wall from my app. I have my App set up with Facebook Developers (I know this isn't the issue because my app users sign in with Facebook with no problem)…

David Chopin
- 2,780
- 2
- 19
- 40
0
votes
1 answer
Cannot Open Messenger from iOS using Facebook 4.37.0
I am trying to open Facebook Messenger to send a message from my iOS app. I am currently running FaceBook SDK version 4.37.0. According to iOS - Sharing, this should be possible. It says
People can also share content from your app to Facebook…

JeffB6688
- 3,782
- 5
- 38
- 58
0
votes
1 answer
How do you show a dialog when sharing a video with the FBSDK?
When sharing still photos, I can make my app switch to Facebook to share that image. It doesn't seem to work the same with video.
This shares a photo just fine. It moves to the Facebook application to confirm the post:
let sharePhoto =…

Chewie The Chorkie
- 4,896
- 9
- 46
- 90
0
votes
1 answer
How to use FBSDKShareAPI for pages and groups
Background: I have working code that uses FBSDKGraphRequest to post "stories" (links + pics + text) to a user's timeline, groups and pages. For the groups and pages, the posts are made by specifying (as an example) /{group-id}/feed as the Open…

software evolved
- 4,314
- 35
- 45
0
votes
1 answer
how to fetch fb pages list or their place id using FBSDK in swift 3
I am new in swift so please help me regarding FBSDK. Fetching FB pages of a fb account. I need it to post on fb page directly from my app.

Vitul Goyal
- 95
- 1
- 7
0
votes
1 answer
Use of unresolved identifier 'contentURL'
I got this error:
shareButton.shareContent = FBSDKShareLinkContent(contentURL:contentURL,
contentTitle: "My Share Title",
contentDescription: "Lorem ipsum dolor sit amet.",
imageURL: imageURL,
peopleIDs: ["1561082740838259"],
placeID:…

Teja kvs
- 1
- 2
0
votes
1 answer
I have to convert objective c code into swift3.0, I'm getting errors while trying online conversion
NSURL *contentURL = [[NSURL alloc] initWithString: @"http://en.wikipedia.org/wiki/Facebook"];
NSURL *imageURL = [NSURL…

Teja kvs
- 1
- 2
0
votes
0 answers
Facebook share with default status post
In one of our app, we are supposed to give an option to share newly unlocked Achievement. Requirement also includes to post defined text if share box is empty.
The problem is, we are unable to find relevant delegate method when user clicks on…

ihammys
- 812
- 7
- 15
0
votes
0 answers
FBSDK OpenGraph issues on Object and Action
I have been trying to add an OpenGraph post for quite some time but I cannot figure out the current documentation and broken links to tutorials.
Relevant setup (values are made up):
FB namespace: "spot_app"
Open Graph Object Types: "Spot", inherits…

Raesu
- 310
- 2
- 15
0
votes
0 answers
UIBackButtonItem Disappears when Presenting Modal View
I want my app to share something in Facebook with this code. When I am done sharing or cancelled sharing. Then it returns to my ViewController embedded in a NavigationController.
The Back bar button item disappears(somehow hidden) but still…
0
votes
0 answers
Why do some users get a different Facebook Share Sheet Dialog box than others
FB Dialog Missing og: Title
When some users share to facebook their dialog box is missing the auto-populated og: title and the image is displayed like a polaroid rather than a banner.
let content = FBSDKShareLinkContent()
content.contentURL…

Michael Kaminowitz
- 315
- 3
- 12
0
votes
1 answer
How to share a link with image and description in facebook iPhone 6
UIImage *image = [UIImage imageNamed:@"attachment_blank.png"];
FBSDKSharePhoto *photo = [FBSDKSharePhoto photoWithImage:image userGenerated:NO];
NSDictionary *properties = @{
@"og:type": @"app:recipe",
…

Yokes
- 1
- 2
0
votes
0 answers
Facebook deep linking/App link not working on iOS
I am trying to open my app from facebook when I tap on the post I made from my app.
I registered my app in developers.facebook.
I enabled the deep linking in my facebook app settings.
I have created the URL scheme for the app.
Note:My app is not…

Teja Nandamuri
- 11,045
- 6
- 57
- 109
0
votes
2 answers
FBSDKAppInviteDialog is not working
I am Implementing app to invite friend
But it gives me below error

imjaydeep
- 878
- 1
- 11
- 34
0
votes
1 answer
Stop fb.me as contentTitle while sharing Link on Facebook using FBSDKShareLink?
I am trying to share link on FB via FBSDKShareLink and I am providing a dynamic url to content.contentURL for callback to open my app. Now when I share on FB, the link always shows fb.me as content title and content discription. Can anyone guide me…

Mr. Bean
- 4,221
- 1
- 19
- 34