how to Upload Photo in facebook from gallery in android - android

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.

Related

Google+ share image using URL like Facebook

I'm currently looking for a way to share in Google+ using URL from web and not from local storage. Problem is that I've used UniversalImageLoader to cache my image and I don't have the image file of the images I wanted to post on my share. I wanted it to be as simple the way facebook done their sharing but using the setContentUrl(Uri.parse(IMG_URL)) will give me the way I wanted it minus the image URL below the post.
Other workarounds I'm thinking is to download the image using the URL, store it somewhere on the device then share it using the setStream(Uri.parse(IMG_URI)) but only problem is that I will need to wait more compared to sharing using URL.
Now is there's any way I can achieve a faster image sharing on Google+? Or if ever is there's a way I can convert the cached file back into image so that I can share it using Stream?

How to share image on istagram?

Hello every one
Is there any tutorial to share image on instagram without using the share intent. Till now ihave used the share intent but . Problem is this if instagram is not installed on phone then it will not upload image . So i want to upload image like facebook is doing Please help me.
Thanks
There is no way to post an image to Instagram except through the Instagram app.

Android, Facebook SDK 3.14 share photo on wall

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?

An app to show facebook photo gallery

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

adding an option to the android gallery like facebook or flickr

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.

Categories

Resources