Questions tagged [facebook-share]
342 questions
3
votes
1 answer
Can I use a FB share dialog with a access token?
The situation
I'm developing a web tool that will be used inside a iPhone/Android app.
Inside the app the User have to log into facebook, with the FB app or a regular fallback.
We discovered that the FB session between the app and the webview was…

Timber-Toe
- 31
- 4
3
votes
1 answer
Android Facebook SDK FacebookDialog.shareDialogBuilder doesn't show my description
I'm using the Facebook Android SDK to post a share from my Android app, setting the link to the Google Play url but I want to fill in my own description to be displayed. My description shows up in my preview when I'm posting from my app, but when…

Alan Moore
- 6,525
- 6
- 55
- 68
2
votes
1 answer
Facebook share api for android opens web-based dialog instead of native app
I implement facebook share in my android app and as I read the docs it says :
"The Share dialog switches to the native Facebook for Android app, then returns control to your app after a post is published. Depending on the SDK you're using, people…

Yarin Shitrit
- 297
- 4
- 16
2
votes
0 answers
How to share text with image in facebook feed using react-native-share?
I want to share an image with some predefined text on Facebook. To share the image I am using react-native-share. I am able to share the image but the text fields always come as empty. I am sharing the code I am using below. If someone knows a way…

Prince Mittal
- 326
- 3
- 15
2
votes
0 answers
I am unable to share meta tags to Facebook by using Angular 7
I am implementing share to Facebook functionality using Angular 7. The shared URL is not picking the image and title from meta tags and therefore not displaying it on the shared Facebook post.
The image is received from a 3rd party API and it is…

Huzaifa Abdul Haleem
- 21
- 1
2
votes
1 answer
Amazon S3 Image Issue - Share with Facebook - Meta Tag "og:image" - NextJS
I am writing codes to share the page of my website into the facebook. I have used meta tags for open graphs. Previously, the images of the pages were stored in the server itself and I used to supply the link to that image in the meta tag as:

nirazlatu
- 983
- 8
- 18
2
votes
0 answers
FB blocked website for Linting URL - An internal error occurred while linting the URL
Our website suddenly got blocked by Facebook and the error it show when sharing URL is
Your post couldn't be shared, because this link goes against our
Community Standards
If you think that this doesn't go against our Community Standards,…

Learning
- 19,469
- 39
- 180
- 373
2
votes
0 answers
want custom title image description in facebook share link in asp.net MVC
I'm creating a facebook share button in my web application. My requirement is when the user fills the form with image upload I want this is to be share to facebook
Apparently Facebook Share doesn't pick up the title/description meta tags that are…

nawaz uddin
- 345
- 2
- 14
2
votes
2 answers
FBSDK Share not working in react-native app. On some android devices only
I am using react-native-fbsdk in my react-native application.
I followed the official setup guide for the same. And managed to integrate it in the app.
I am using following standard code to share the link using ShareDialog
const shareLinkContent =…

Harshal Bhavsar
- 1,598
- 15
- 35
2
votes
0 answers
Share Images on Facebook, under a Business Page
I'm using Facebook SDK in order to use sharing feature; and I'm able to share an image using below code snippet,
SharePhotoContent content = new SharePhotoContent.Builder()
.addPhoto(sharePhoto)
…

Chamika Peiris
- 21
- 1
2
votes
0 answers
Share an image, text and link to Facebook iOS 11 Swift 4
I'm trying to share a content which contains an imageURL, text and a link from my app (which will eventually be an App Link) to Facebook.
I tried using Social Framework but it seems like Facebook and Twitter are deprecated.
I tried FacebookShare:…

Letaief Achraf
- 600
- 1
- 7
- 14
2
votes
0 answers
Facebook share javascript SDK v3.x using Iframe
Facebook sharing using feed or share has a success call back and can tell if user shared or not, but when using iframe it allways says that the user canceled the dialog {error_code: 4201, error_message: "User+canceled+the+Dialog+flow"}and cant tell…

yousef
- 1,240
- 12
- 13
2
votes
1 answer
react-native share doesn't work properly for facebook
I'm trying to upload base64 image and to set message, title and caption, and it seems that it doesn't work, basically what happens is that image has been uploaded, but rest of params are ignored. Any help?
Here is the part of code
const shareOptions…

Grissom
- 1,080
- 8
- 21
2
votes
0 answers
Handle click on cutom notification button and show Facebook ShareDialog
I am trying to open Facebook default Share Dialog through the custom Firebase notification view in my Android app. I have created a button in the notification to open Facebook Share Dialog.
I have registered a broadcast receiver on action of the…

Ali chandorewala
- 21
- 2
2
votes
1 answer
redirect htaccess for facebook crawler
I've created a SPA app with vuejs. Everything was perfect until I want to share dynamic content on Facebook.
After research I found that I need another file (In my case php file) when I fill the meta-tags for facebook crawler.
In htaccess I'm trying…

Nerxhan
- 311
- 2
- 10