0

Who can post an example of asihttprequest used on wordpress post?

EDIT I want to use asihttprequest for get in one array obeject all post and relative image of my homepage http://www.notizie-informatiche.com

paul_1991
  • 231
  • 1
  • 7
  • 16

1 Answers1

3

You'll get better responses if you at least give it a shot first. This isn't a "code this for me for free" site.

I wrote an example of an ASIHTTPRequest here: iPhone ASIHTTP - Distinguishing between API calls?

It's not specifically a wordpress post (whatever "used ON WORDPRESS POST" means, I can think of at least two ways to interpret that), but if you figure out what the web browser is doing when the request you want to make gets made, it's simple to replicate in ASI.

Community
  • 1
  • 1
Dan Ray
  • 21,623
  • 6
  • 63
  • 87
  • Thanks fot the answer, I want to use asihttprequest for get in one array obeject all post and relative image of my homepage http://www.notizie-informatiche.com/ – paul_1991 Oct 05 '10 at 12:16
  • Well, if you figure out how to ask Wordpress for that, making ASI request it is pretty simple. – Dan Ray Oct 05 '10 at 12:23
  • Yep, agree with Dan. It's probably a good idea to ask another question asking only how you retrieve the information you want from wordpress. Once you know how to get the information out of wordpress we can help you figure out how to do that on the iphone. – JosephH Oct 07 '10 at 07:37