How to share image on istagram? - android

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.

Related

Upload image from phone to Amazon S3 then return the image URL

I'm working on an android app and I'm having trouble with one part of it.
I am trying to take a photo, upload this photo to Amazon S3, then get the URL of the image and set it as the image of an ImageView.
Currently I am getting the image from the intent perfectly fine, but I am having a lot of trouble understanding how to upload the image properly using a putObjectRequest.
Any help would be greatly appreciated.
What is giving you trouble? Have you checked out the Getting Started Guide? http://docs.aws.amazon.com/mobile/sdkforandroid/developerguide/s3transfermanager.html

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?

Image share to facebook from android application

In my android application I am able to share text to facebook wall via facebook SDK for android. Can I use this to share images too directly from my application. I wanted the images to be shared from a url given through my application that changes dynamically.Any help please
Visit this link.
The code you have to write will be something like this
bundle.putString("name", "name you want to give");
And similarly you can add another parameters to the image.

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.

how to Upload Photo in facebook from gallery in 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.

Categories

Resources