Skip to main content

All Questions

Tagged with
-2 votes
1 answer
91 views

Uploading to a album of a page on Facebook using Android sdk

Say i am the owner of the page "ABC" and there is an album on that page, called "XYZ" and this app is only for one person, me. I want to upload a picture to "XYZ". So first thing i need to do is ...
Femin Dharamshi'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
1 vote
2 answers
61 views

Image is Setted only one time After Login using Facebook SDK

I am able to access name, image and other Stuff from the Facebook SDK.I am Able to Set the Image in ImageView When i Login.Then if i go back and Run Same Activity then the Login is True But image is ...
Ghimire's user avatar
  • 958
4 votes
2 answers
1k views

facebook Share image Url along with link in android

I want to share image URL along with the link. Previously I used the shareLinkContent for sharing the image and URL but it is not working now. shareDialog = new ShareDialog(...
Lassie's user avatar
  • 994
0 votes
1 answer
209 views

Android - Error Posting Image on Facebook Wall with Facebook SDK 4.+

I want to post a message with an Image on Facebook Wall to one page I own. To do it I'm using the following code: private void postOnWall() { String PageAccessToken = "...
Carlos's user avatar
  • 443
0 votes
1 answer
27 views

Can i share an image from my app to any other public facebook page ? n how?

Bellow is the code which enables to share image only within my network on facebokk page. private void sharePhotoToFacebook(){ Log.e("in sharemethod", "hiiiiii"); Bitmap image = BitmapFactory....
madhura21's user avatar
1 vote
0 answers
403 views

Security Exception got while sending image in Facebook Messenger via INTENT share

I am developing app in which i am sharing image using intent with the use of FILEPROVIDER declared in Manifest. I got success in sharing particular image on WhatApp, Hangout, Textra etc.. but ...
ZaptechDev Kumar's user avatar
1 vote
0 answers
62 views

What's the approach Facebook and Whatsapp uses to show full screen images?

I've noticed that facebook and whatsapp uses the same approach for showing images on fullscreen for Android. They implement a gallery with zoom and swipe to move to next picture exactly the same. I ...
StackOverflower's user avatar
0 votes
0 answers
60 views

android Facebook SDK cannot share image

I am developing an app that can share an image to Facebook. Only I can share image, other people cannot share. I have a FAB and calling this activity on its onClick() method. I really don't know what ...
Burak Akyalçın's user avatar
1 vote
1 answer
604 views

Unable to grab image URL in webview by using WebviewHitResults in Facebook

In my application I am using a webview to use Facebook. In Facebook page we will find many posts with images. so to download the images from Facebook, I am using longpress method and HitTestResult ...
Praveen Kumar's user avatar
0 votes
0 answers
125 views

Android facebook friend list with pictures

I'm new in android studio and I'm trying to get my facebook friends list with their profile pictures and all of my result is just their names, could anyone of You help me to get it? Thanks for the ...
Marc Sanny's user avatar
-2 votes
1 answer
167 views

How should I update the image cache in android when the image changes on a particular URL and URL remains same?

For eg. Facebook keeps same URL for a user's profile pic and still able to identify when the pic is updated and clear its cache on the client side(android).
sanjeev's user avatar
  • 1,373
1 vote
0 answers
243 views

Getting large Facebook photos efficiently

I am using the Facebook SDK version 2.5 on Android and would like to access the photos of an user. Therefor I am using the user_photos permission and the photos edge. Basically retrieving images is ...
Jason Saruulo's user avatar
0 votes
1 answer
851 views

Fresco crossfading within a DraweeHolder

I'm using DraweeHolder in my custom view to display image. When I want to update the image with a new resource, I create a new DraweeController, then setController to the DraweeHolder. What I'm ...
shawn_wx's user avatar
  • 133
4 votes
2 answers
7k views

SimpleDraweeView not resizing after scaling image in fresco

I'm using fresco to display images in a list view. however i have an issue. when i scale my image using methods that maintain aspect ratio like CENTER_CROP, and the scaled image height becomes ...
Edijae Crusar's user avatar

15 30 50 per page
1
2 3 4 5
8