Questions tagged [facebook-share]

342 questions
13
votes
4 answers

Sharing callback doesnt work wiith Facebook SDK 4 Android

I've recently moved my app to FB SDK 4.0 and I got some weird troubles with sharing. The sharing dialog works great - I'm able to share with both Facebook app and WebDialog. However, after successful/failure sharing my callback doesn't work at all -…
Paul Freez
  • 1,059
  • 15
  • 27
11
votes
7 answers

Android Facebook Share Dialog Blocks Login Due To Embedded Browser

I am using the cordova-plugin-facebook-connect plugin to launch the share dialogs from Facebook. iOS is working great, and Android is working great when the app is installed. On Android, if the app is not installed, it tries to share with an…
Mizmor
  • 1,391
  • 6
  • 21
  • 43
9
votes
1 answer

How to measure my app Facebook shares traffic? (non conventional)

Background I have an web app that enables its users to share individual items (posts) on Facebook. I set up a Facebook App to have a API key to do that with the Javascript SDK. It works well and I see the sharing stats in the Facebook App…
Pandaiolo
  • 11,165
  • 5
  • 38
  • 70
9
votes
4 answers
8
votes
2 answers

Author name in Facebook link previews not displaying

I’m trying to get the Facebook link sharing meta tags to work for my Blogger site, and though I got link previews mostly working (images, title, custom description, etc.), I cannot get the author link to display. Here’s a screencap showing what I’m…
7
votes
2 answers

Facebook share button issue: "Attachment not found: The attachment could not be found."

I followed the instructions on this page: https://developers.facebook.com/docs/plugins/share-button/#settings And i get a working share dialog, but when i try to share to "Share in a private message", i get the following error in the share dialog:…
Davy
  • 6,295
  • 5
  • 27
  • 38
6
votes
0 answers

Facebook android sdk 4.9 can't open share dialog

I have developed an app using facebook android sdk 4.9 and I am in the testing phase. All was well until I tested the app on a Samsung tab running android 4.0.3 (API 15). I have followed the exact guide, but it shows a dialog which says "Unable to…
Ishaan
  • 3,658
  • 2
  • 23
  • 39
6
votes
1 answer

Frictionless facebook sharing in Android

User has to click the post button in the share dialog every time they complete a level.I need to eliminate this hardship for user. As of now I have created a custom story and requesting user to click post every time. Question : I heard of…
6
votes
1 answer

Facebook share. Change "say something more about this", multiple buttons on the same page

I know I can use ob:description meta tag to change what is displayed by default in "say something more about this" when user clicks Facebook share button. However, I am adding multiple share buttons dynamically to my page (it's SPA app), each of…
user3702861
  • 747
  • 2
  • 8
  • 19
5
votes
1 answer

facebook shareDialog when app is\isn't installed - weird behavior?

I'm using the ShareDialog of Facebook in order to share a printScreen image on facebook within my app. When Facebook app is installed, it works alright. When Facebook app isn't installed, it doesn't work. I see the "loading" screen and then it's…
5
votes
1 answer

How to post update on Facebook page automatically by given scheduled time ? using android

I need to automatically post on page when user set specific scheduled time. I have try using Graph api with below request: Bundle params1 = new Bundle(); params1.putString("message", "This is a system generated post"); …
5
votes
2 answers

iOS: FBSDKShareDialog custom message

I'm creating the FBSDKShareLinkContent object and feeding it into the FBSDKShareDialog. I'm trying to set up the dialog's default message to something like "my highscore is %d !". sharing itself is working and has an empty message by default. can…
Nika Kasradze
  • 2,834
  • 3
  • 25
  • 48
5
votes
4 answers

Why is FB.UI Share response returning nothing?

I have setup a share popup triggered by Jquery. It works, but I want to use the response value to trigger an AJAX call on success and Facebook only returns an empty array. Here is the javascript $("#fb-request").click(function () { …
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…
4
votes
3 answers

Facebook share with custom parameters with API version 2.9

I need to share a result of a quiz on facebook containing a custom title, picture and description. Wich worked perfect before update to version 2.9 on April 18. But it isn't working with Version 2.9. So am I missing out something there? Or does…
1
2 3
22 23