Open vickyagrl opened 8 years ago
Hello, works here, once manager object is properly initialized and connected on callback, pseudocode: provider.uploadImage( statusMsg, imageName, new java.io.FileInputStream( imagePathOnServer ) ) Does updateStatus() works? Might check twitter app settings in back-office and/or local firewall permissions Regards
update status and upload image both works but only for single image upload. it does not support multiple file uploads. Is there any plan to add new upload api which allows multiple file uploads for single tweet message?
Getting error while upload image with status in twitter.
org.brickred.socialauth.exception.SocialAuthException: java.net.ConnectException: Connection timed out: connect at org.brickred.socialauth.util.HttpUtil.doHttpRequest(HttpUtil.java:337) at org.brickred.socialauth.util.OAuthConsumer.uploadImage(OAuthConsumer.java:634) at org.brickred.socialauth.oauthstrategy.OAuth1.uploadImage(OAuth1.java:203) at org.brickred.socialauth.provider.TwitterImpl.uploadImage(TwitterImpl.java:511)