Facebook iOS SDK - Upload Photo Failing with strange error -


2013-04-05 21:09:24.502 pazam[72689:c07] fbsdklog: request <#1111>:   url:  https://graph.facebook.com/me/photos?format=json&sdk=ios   method:   post   useragent:    fbiossdk.3.0.8   mime: multipart/form-data; boundary=3i2nddfv2rthisisaboundaryforhttpeefj3q2f   body size:    0 kb   attachments:       format: json     sdk:    ios     picture:    <image - 984 kb>  2013-04-05 21:09:24.503 pazam[72689:c07] fbsdklog: fburlconnection <#1114>:   url: 'https://graph.facebook.com/me/photos?format=json&sdk=ios'  2013-04-05 21:09:29.627 pazam[72689:c07] fbsdklog: fburlconnection <#1114>:   duration: 5123 msec response size: 0 kb   mime type: text/plain 2013-04-05 21:09:29.627 pazam[72689:c07] fbsdklog: response <#1111> duration: 5124 msec size: 0 kb response body: (         {         body =         {             "facebook_non_json_result" = "";         };         code = 200;     } ) 

check out, im unable figure out problem, thing thats looks odd body size (0kb) , yet picture size ok.

any ideas ?

update

changed sdk latest 1 , still nothing :(


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -