Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Im trying to share my application content in facebook through SSO for android. It worked fine earlier days. Now im keep getting the Force Close error, more over i couldnt share anything in my facebook wall through my application. But still getting Sharing success message from facebook API. Dont know whats exact issue. Can you one please help me to findout this. Im putting my LogCat over here.

08-28 13:44:49.814: D/View(9817): onTouchEvent: isFocusable: false, isFocusableInTouchMode: false, isFocused: false; focusTaken: false 08-28 13:44:49.864: D/ATRecorder(9817): com.htc.autotest.dlib.RecordEngine in loader dalvik.system.DexClassLoader@406c3e90 08-28 13:44:49.864: D/WindowManagerImpl(9817): addView, new view, mViews[2]: com.android.internal.policy.impl.PhoneWindow$DecorView@405db9f0 08-28 13:44:54.218: D/Facebook-authorize(9817): Login Success! access_token=BAAEMRE935JMBAB6UIuNDWrBakfegwilhtjhVj3CS7dSjp09pJrQbd5WgiJwUVMF31c3hUJVetTlD4I0LlyRlnkanT7ia1JwgH2bG2oSNt9RcqCZAwUDOujr8rU9N89oR19eWxDgZDZD expires=1347029906933 08-28 13:44:54.288: D/Facebook-Util(9817): GET URL: https://api.facebook.com/restserver.php?method=auth.expireSession&format=json 08-28 13:44:54.318: D/NativeCrypto(9817): returned from sslSelect() with result 0, error code 2 08-28 13:44:54.318: D/Facebook-Util(9817): GET URL: https://api.facebook.com/restserver.php?access_token=BAAEMRE935JMBAB6UIuNDWrBakfegwilhtjhVj3CS7dSjp09pJrQbd5WgiJwUVMF31c3hUJVetTlD4I0LlyRlnkanT7ia1JwgH2bG2oSNt9RcqCZAwUDOujr8rU9N89oR19eWxDgZDZD&method=auth.expireSession&format=json 08-28 13:44:54.328: D/Facebook-Util(9817): GET URL: https://api.facebook.com/restserver.php?method=auth.expireSession&format=json 08-28 13:44:54.468: D/NativeCrypto(9817): returned from sslSelect() with result 0, error code 2 08-28 13:44:54.578: D/NativeCrypto(9817): returned from sslSelect() with result 1, error code 2 08-28 13:44:54.578: E/Facebook(9817): Read error: ssl=0x56c958: I/O error during system call, Connection reset by peer 08-28 13:44:54.578: W/System.err(9817): javax.net.ssl.SSLException: Read error: ssl=0x56c958: I/O error during system call, Connection reset by peer 08-28 13:44:54.578: W/System.err(9817): at org.apache.harmony.xnet.provider.jsse.NativeCrypto.SSL_read_byte(Native Method) 08-28 13:44:54.578: W/System.err(9817): at org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl$SSLInputStream.read(OpenSSLSocketImpl.java:765) 08-28 13:44:54.578: W/System.err(9817): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.readLine(HttpURLConnectionImpl.java:660) 08-28 13:44:54.578: W/System.err(9817): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.readResponseHeaders(HttpURLConnectionImpl.java:690) 08-28 13:44:54.578: W/System.err(9817): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.retrieveResponse(HttpURLConnectionImpl.java:1040) 08-28 13:44:54.588: W/System.err(9817): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:512) 08-28 13:44:54.588: W/System.err(9817): at org.apache.harmony.luni.internal.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:258) 08-28 13:44:54.588: W/System.err(9817): at com.facebook.android.Util.openUrl(Util.java:219) 08-28 13:44:54.588: W/System.err(9817): at com.facebook.android.Facebook.request(Facebook.java:542) 08-28 13:44:54.588: W/System.err(9817): at com.facebook.android.Facebook.request(Facebook.java:467) 08-28 13:44:54.588: W/System.err(9817): at com.facebook.android.Facebook.logout(Facebook.java:432) 08-28 13:44:54.588: W/System.err(9817): at com.facebook.android.AsyncFacebookRunner$1.run(AsyncFacebookRunner.java:76) 08-28 13:44:54.649: D/WindowManagerImpl(9817): addView, new view, mViews[3]: android.widget.LinearLayout@40611288 08-28 13:44:54.749: D/NativeCrypto(9817): returned from sslSelect() with result 1, error code 2 08-28 13:44:54.749: E/Facebook(9817): Read error: ssl=0x4e48e0: I/O error during system call, Connection reset by peer 08-28 13:44:54.749: W/System.err(9817): javax.net.ssl.SSLException: Read error: ssl=0x4e48e0: I/O error during system call, Connection reset by peer 08-28 13:44:54.749: W/System.err(9817): at org.apache.harmony.xnet.provider.jsse.NativeCrypto.SSL_read_byte(Native Method) 08-28 13:44:54.749: W/System.err(9817): at org.apache.harmony.xnet.provider.jsse.OpenSSLSocketImpl$SSLInputStream.read(OpenSSLSocketImpl.java:765) 08-28 13:44:54.749: W/System.err(9817): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.readLine(HttpURLConnectionImpl.java:660) 08-28 13:44:54.749: W/System.err(9817): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.readResponseHeaders(HttpURLConnectionImpl.java:690) 08-28 13:44:54.749: W/System.err(9817): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.retrieveResponse(HttpURLConnectionImpl.java:1040) 08-28 13:44:54.749: W/System.err(9817): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:512) 08-28 13:44:54.749: W/System.err(9817): at org.apache.harmony.luni.internal.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:258) 08-28 13:44:54.749: W/System.err(9817): at com.facebook.android.Util.openUrl(Util.java:219) 08-28 13:44:54.749: W/System.err(9817): at com.facebook.android.Facebook.request(Facebook.java:542) 08-28 13:44:54.749: W/System.err(9817): at com.facebook.android.Facebook.request(Facebook.java:467) 08-28 13:44:54.749: W/System.err(9817): at com.facebook.android.Facebook.logout(Facebook.java:432) 08-28 13:44:54.749: W/System.err(9817): at com.facebook.android.AsyncFacebookRunner$1.run(AsyncFacebookRunner.java:76) 08-28 13:44:55.870: D/NativeCrypto(9817): returned from sslSelect() with result 1, error code 2 08-28 13:44:55.990: D/dalvikvm(9817): GC_CONCURRENT freed 747K, 43% free 4196K/7303K, external 593K/719K, paused 26ms+2ms 08-28 13:44:58.072: D/WindowManagerImpl(9817): finishRemoveViewLocked, mViews[3]: android.widget.LinearLayout@40611288 08-28 13:44:58.072: D/WindowManagerImpl(9817): addView, new view, mViews[3]: android.widget.LinearLayout@406e5f88 08-28 13:44:58.132: D/WindowManagerImpl(9817): finishRemoveViewLocked, mViews[2]: com.android.internal.policy.impl.PhoneWindow$DecorView@405db9f0

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.