Questions tagged [fbsdksharedialog]

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.

35 questions
0
votes
0 answers

FB does not allow using FB share dialog with Posting through Graph api

Whe I am trying to get permission for publish_actions for my facebook app, it asks few points. One of those points is - My app does not use the Facebook Feed Dialog or the Facebook Share Dialog to publish content This means that If I want to get…
user307635
  • 765
  • 1
  • 6
  • 11
0
votes
1 answer

ShareDialog dismiss immediately

I 'm trying to add a ShareFacebook button in my android app. The code works when I use my FB account, the one I used with Facebook Developer Console and I can share the link on my FB with no problem. But, when I tested the app with an other FB…
M. Dhaouadi
  • 617
  • 10
  • 27
0
votes
1 answer

FB web share dialog not giving option to send as message

I am using Facebook's SDK with Require JS and Backbone JS. I have a share button that triggers a fb share display. It shows up as expected, but does not give the option to share as a message. All other options (timeline,group,event,page) appear. …
-1
votes
1 answer

How Can I create custom og type and .setActionType() while sharing to facebook?

I have a following code which shares content to FB. How can I create custom og.type and .setActionType. ShareOpenGraphObject object = new ShareOpenGraphObject.Builder() .putString("og:type", "Tor") .putString("og:title",…
Himanshu
  • 49
  • 9
-1
votes
1 answer

Facebook Share Dialog | Not showing correct details like name, description

I am working with Facebook Share Dialog When i call the Facebook Sharedialog it always get the data from href. Code snippet - this.facebook.showDialog({ method: 'share', href: 'https://google.com', …
1 2
3