twitter4j api to post image to twitter, -


i use twitter4j api post image twitter, project worked without exception after further development became unresponsive. below error log form eclipse logcat.

com.android.org.bouncycastle.jce.exception.extcertpathvalidatorexception: not validate certificate: current time: fri may 10 12:37:38 ist 2013, expiration time: fri may 10 05:29:59 ist 2013 twitterexception{exceptioncode=[f69e96cd-138ff489 f69e96cd-138ff438 f69e96cd-138ff438 f69e96cd-138ff438 f69e96cd-138ff438], statuscode=-1, retryafter=0, ratelimitstatus=null, version=2.1.6}

this happened since last night , cant figure out whether due twitter server error or not.

somehow seems certs linked current date/time , modification made there cause exception. i'm hunting perfect answer/resolution issue.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -