How do you append data to an existing POST NSUrlRequest? I need to add a new parameter 'userId=2323".
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.
|
|
If you don't wish to use 3rd party classes then the following is how you set the post body...
Simply append your key/value pair to the post string |
|||||||||||||||||
|
|
The example code above was really helpful to me, however (as has been hinted at above), I think you need to use NSMutableURLRequest rather than NSURLRequest. In its current form, I couldn't get it to respond to the setHTTPMethod call. Changing the type fixed things right up. |
|||
|
|
|
All the changes to the I see this problem as I copy and paste the code above and run
|
||||
|
|
|
||||
|
|

