Closed GoogleCodeExporter closed 8 years ago
If this helps in any way, I observe the same behavior in Twitter upload, here
is the log from the first upload attempt:
05-25 13:15:14.925: I/SocialAuthManager(3332): Connecting provider : twitter
05-25 13:15:14.925: I/TwitterImpl(3332): Verifying the authentication response
from provider
05-25 13:15:14.925: I/OAuth1(3332): Verifying the authentication response from
provider
05-25 13:15:15.030: W/IInputConnectionWrapper(3332): getSelectedText on
inactive InputConnection
05-25 13:15:15.030: W/IInputConnectionWrapper(3332): setComposingText on
inactive InputConnection
05-25 13:15:15.030: W/IInputConnectionWrapper(3332): getExtractedText on
inactive InputConnection
05-25 13:15:15.460: D/dalvikvm(3332): GC_CONCURRENT freed 1310K, 11% free
42570K/47559K, paused 2ms+10ms, total 50ms
05-25 13:15:15.515: D/AbsListView(3332): [unregisterDoubleTapMotionListener]
05-25 13:15:15.515: I/MotionRecognitionManager(3332): .unregisterListener : /
listener count = 0->0, listener=android.widget.AbsListView$4@421725a0
05-25 13:15:16.345: I/System.out(3332): screen_name, MerlinBG1
05-25 13:15:16.345: I/System.out(3332): user_id, 1456658839
05-25 13:15:16.555: I/TwitterImpl(3332): Uploading Image ::
file_name_screenshot.jpg, message :: test message
05-25 13:15:16.560: D/SocialAuthAdapter(3332): Image Upload not implemented for
Provider
P.S. Could you remove the System.out messages with user name and user id?
Original comment by kkonda...@gbg.bg
on 25 May 2013 at 11:22
One last piece of information - in all cases the authorization is completed -
the dialogs for both facebook and twitter appeared only once at first login,
after this they do not appear, no matter if the upload is successful or not.
Original comment by kkonda...@gbg.bg
on 25 May 2013 at 3:47
Hi , use adapter.uploadImageAsync.
Check Custom-UI example for full implementation.
Original comment by vineet.a...@3pillarglobal.com
on 27 May 2013 at 8:27
Hi, thank you, herewith I confirm, that it works well from the first attempt by
using uploadImageAsync.
Thanks!
Original comment by kkonda...@gbg.bg
on 27 May 2013 at 4:53
Thanks for feedback.
Original comment by vineet.a...@3pillarglobal.com
on 28 May 2013 at 9:31
can i upload multiple images on facebook in the similar manner.. please
somebody answer me..
Original comment by srikara....@telibrahma.com
on 3 Dec 2013 at 9:50
Hi vineet,
uploadImageAsync is throwing exception.
In library res = getCurrentProvider().uploadImage()
Is throwing exception org.brickred.socialauth.exception.SocialAuthException:
java.io.IOException: Unexpected response code for CONNECT: 400.
Please resolve that issue i am wating for your response.
Original comment by dear.vi...@gmail.com
on 11 Nov 2014 at 10:14
Original issue reported on code.google.com by
kkonda...@gbg.bg
on 25 May 2013 at 9:05