I wonder is there a way for me to pull facebook photo album and display it in my app?
Is there some way to just link Android image gallery to pull photos from FB so when they FB album updates my app will dynamically get the latest photo updates?
thanks
Related
I am looking for a multiple image simple picker for a Facebook Album (from Facebook SDK).
I got some photos from a Facebook Album and i would let the user pick multiple photos in this one (max 5 photos) but i didn't find any solution.
In fact, the important is to allow the user to select a photo object from an URL, cause facebook photo object provides an URL (in fact, multiples URLs).
All solutions i found are about a gallery image picker from filesystem or camera, but i don't want that, i want the user selects from a list of image URLs and only from this one.
I am not an expert of Android ;-)
I would like to read image from SD-card and then post in to facebook wall. I use lastest Facebook SDK 3.14. I google about it a lot and I found a lot of code using Facebook SDK Facebook object and AsyncFacebookRunner object but they are depricated now and I dont want to use it. I try to use WebDialog from lastest SDK and it is works great except that it takes link to image already exist in WEB and I dont know how to post image from my SD-card. I google a little bit more and I read that some people do that by uploading image first to user gallery and then use WebDialog to share image uploaded to gallery. This approach not convince me because image is on wall twice. Once after upload image to gallery and second when it is share on wall. My question is:
1) Is there any way to share image from SD-card to facebook wall?
2) If thre isnt any way to share image from SD-card to facebook wall, can I upload photo to facebook users gallery without any posting it on wall so I can share it by myself later?
3) Is there any other trick to perform this task?
I would like to show Picasa images in my Android app.
I've read about some incompabilities with PicasaWebService so i need a way to login and get images list to show.
Has anyone found some good library/example?
If anyones looking for an answer.
Android sample using Picasa web album API. Sample uses OAuth for login, creates and updates albums as well as uploading of photos to Picasa web album:
http://gdata-java-client.googlecode.com/svn/tags/2.2.1-alpha/sample/picasa/picasa-atom-android-sample/instructions.html
I would like to add an option to the photo gallery like the facebook and flickr (tabs)
How is that done?
I can create an intent-filter that handles images but I want the photo's to appear in the gallery like the imaged of picasa, facebook and flickr.
Any ideas anyone?
You must use the Facebook API, and get the image URLs through the Graph API. Then you can load these images into an Android GridView to get the effect you want.
I have to do facebook android integration project. But I have to pass simple live image URl than send it. But how to pick image in gallery and upload to facebook?
Picking images is described in this question. Try to search before you ask something.