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.

While am trying to download Image from Facebook graph API from the URL

path="http://graph.facebook.com/" + ID + "/picture?type=large";

an error getting like....

:Error getting Bitmap :java.net.ConnectionException:failed to connect to profile.ak.fbdcn.net/63.217232.67 (port 80) connect failed : ECONNREFUSED (connect refused)

and the app is force closing...

please help me for this issue..

Am using an AsynTask to Download this Image... Most of the time it works fine.. and some times.. it crashing by leaving Log like this...

Thanks in Advance -warrier

share|improve this question
If you are using Java, you should be familiar with using try-catch-blocks, right? – CBroe Sep 14 '12 at 8:58

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.