Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

How to share link (or image) with quote to a Facebook Page managed by the user in a Flutter app via Facebook mobile app

I have a Flutter app with some news, and should create a Facebook share button, which can: share an image with text If Facebook app is installed on the phone, user should be able to login automaticly,...
Tempy's user avatar
  • 1
0 votes
1 answer
36 views

Android Gdx: Sharing Content on Facebook

Coding in Gdx is a bit challenging, I have developed an android game in gdx. Everything went smoothly except for the part of sharing content on Facebook, I really got stuck and I don't really know how ...
Sami Alkendi's user avatar
0 votes
1 answer
80 views

FacebookSdk Attempt to invoke virtual method 'android.view.View android.view.View.findViewById(int)' on a null object reference

Recently I wanted to add Facebook share button in my app with the Facebook api, but I get this error when trying to install the app on my device: java.lang.RuntimeException: Unable to start activity ...
Zuzanna's user avatar
0 votes
1 answer
127 views

Standard ShareDialog can only send ShareLinkContent but not ShareMediaContent

While using standard ShareDialog the app can only send ShareLinkContent but not ShareMediaContent. According to the description the app should send both. ShareDialog.canShow(ShareLinkContent....
Alexandra Radontseva's user avatar
0 votes
0 answers
125 views

Sharing an item on Facebook, I am getting an error in Manifest.xml file

I have a button in my application, and when I click on that button, the sharing dialogue will open and I want to share it on facebook. However, before the application opens, it gives the following ...
JDevoloper's user avatar
0 votes
1 answer
242 views

App icon is not showing on Facebook share dialog

I am sharing my google play store application link from my Android Application to Facebook. But, facebook ShareDialog only display my app name and does not display app icon in that post. Here is my ...
MKP's user avatar
  • 141
0 votes
1 answer
50 views

Distriqt Share ANE message and url not appearing in Facebook

When using Share.service.share("My message", bitmap, url); I'm not seeing the message or the url appear in the Facebook modal that pops up. The bitmap is making it through, but the text shown in the ...
Darriuk's user avatar
  • 11
0 votes
0 answers
353 views

Post_Id ShareDialog always return null in Android

Event show dialog : ShareDialog shareDialog = new ShareDialog(this); shareDialog.registerCallback(viewModel.callbackManager, viewModel.facebookCallbackShare, REQUEST_SHARE); if (...
Ninh Luyen's user avatar
0 votes
1 answer
660 views

Facebook upload fail error when sharing image through android app

Here is what I am trying to do! I am taking screenshot and saving it in my phone and then picking up the same uri and uploading it on facebook via facebook integration for share. My code is not ...
Siddharth Dhavan's user avatar
0 votes
1 answer
52 views

Sharing to Facebook with ACTION_SEND_MULTIPLE

I have been trying to share some images to facebook using the ACTION_SEND_MULTIPLE Intent. The code that i wrote for this is. ArrayList<Uri> imageUris = new ArrayList<Uri>(); for (...
pavlos's user avatar
  • 567
1 vote
0 answers
35 views

Facebook started sharing without being selected android studio

It does not allow me to select another social network like twitter when launching Intent.ACTION_SEND initiates the method of sharing of facebook. My problem could be in the method when selecting in ...
Josee Naava's user avatar
0 votes
1 answer
252 views

Facebook Mobile hosting api for App links is not working in Android

I'm trying to make App Links work with my Android app. I have successfully created App-links from wen HTML page(with meta-tags) and its work fine with redirection to my application from Facebook. But ...
Harsh Trivedi's user avatar
4 votes
1 answer
3k views

Share API does not share message with Facebook

I am using Share API in React native as follows. handleSharePress() { Share.share({ message: `I scored ${this.score}% in React Quiz: https://play.google.com/store/apps/details?id=...
vijayst's user avatar
  • 21.4k
2 votes
0 answers
194 views

getting null in responce from graphRequest while posting the video to facebook in android

I am getting the Access token after login into Facebook. But I am unable to get response from the graph response.I am Trying to post the video from my app Here is my code.Please, any one helps me to ...
Lassie's user avatar
  • 994
2 votes
1 answer
187 views

share the video from sd card to facebook using android app

I want to share the video from the sd card to the facebook.I tried like this String path = Environment.getExternalStorageDirectory() + File.separator + "Video" + ...
Lassie's user avatar
  • 994

15 30 50 per page
1
2 3 4 5
14