fornaxM / mpoauthconnection

Automatically exported from code.google.com/p/mpoauthconnection
0 stars 0 forks source link

URGENT: POST EXAMPLE #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to use the post method, how to send the bodystring to the method 
request, do i have to set it like the GET method as parameter i mean?? A small 
example of post will be perfect.

HERE's how i call the method but there's no place for the bodystring
[_oauthAPI performPOSTMethod:method atURL:_oauthAPI.baseURL 
withParameters:params withTarget:self 
andAction:@selector(_replyActionResult:withResponseString:)];

Original issue reported on code.google.com by amr....@gmail.com on 30 May 2011 at 9:31