I have an iPhone app, which posts messages to Facebook me/feed via NSMutableURLRequest and it works fine, with one exception, app posts appear on user wall, but NOT in the News Feed, so their friends
this is my snippet: NSString *post = @\"from=A&name=B&email=ciccio@aaasd.com&messaggio=MESSAGE&codHidden=-1\";
I\'m using NSMutableURLRequest to upload an image to a web server. I thought my code was stable as it works for the majority of users, but some users simply cannot upload any images. Looking at my ser
I have a problem with http PUT request and request body as stream from file. No matter what the size of the file i get error \"NSURLErrorDomain -1021 request body stream exhausted\"
I have set my compression like this for my NSMutableUrlRequest on my iphone app (I use Monotouch, but it\'s a 1:1 API match):
I have this html form to pass my data from iphone to web server.. but I\'ve got stucked how to build this form/data into a mutable request. Can you pls. advise me.
i would like to do a HTTP POST method to communicate with a开发者_如何学运维n ASPX page. I will need to pass the value through form-variable.
When I try to send out a PO开发者_运维问答ST request to a specific site the string I try to send gets cut off. When I check the length of the string in Xcode it is about 55000 characters long. The amo
I am trying to make a web call with the iPhone.I have done this before and it works fine but now I can\'t make it work.I am trying to use the following method call which the documentation says is avai
I\'m POST\'ing a small image, so i\'d like the timeout interval to be short. If the image doesn\'t send in a few seconds, it\'s probably never going to send. For some unknown reason my NSURLConnection