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
