dinasaif / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

Using uploadImageAsync to send to multiple providers #159

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Was wondering if it was possible to use the uploadImageAsync to send images to 
multiple providers at once.

What is the expected output? What do you see instead?
In looking at the source code I see the function only uploads to the current 
provider. I have a layout (included with this post) when I use switches to 
enable each provider. So if I enable both Facebook and Twitter I wanted the 
uploadImageAsyc to send an image to both providers and not just the current one.

What version of the product are you using? On what operating system?
Using socialauth 4.4 and socialauth-android 3.2

Please provide any additional information below.
Just wondering if there was plans to have the uploadImageAsync method similar 
to the updateStatus method where there is a flag to set whether or not the 
method will send to all providers or just the current one

Original issue reported on code.google.com by jmrm...@gmail.com on 31 Mar 2014 at 8:46

Attachments:

GoogleCodeExporter commented 8 years ago
Hey,

currently the functionality is not avaialble but you can still download the 
source code and create own functionality.

The code is opensource.

Original comment by vineet.a...@3pillarglobal.com on 1 Apr 2014 at 9:05