Possible Duplicate:
API for Wikipedia in Objective C?

I need a help now. I want to get raw content data from wikipedia page with MediaWiki API and store it to NSString. How to do that in objective-c?

Thank you before. Regards.

link|improve this question

41% accept rate
feedback

closed as exact duplicate by Lasse V. Karlsen Feb 29 at 17:57

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

Get it as XML or JSON. There is enough information here on SO howto parse XML or deserialize JSON. For the downloading stuff I'd suggest ASIHTTPRequest.

link|improve this answer
feedback

I know the question is very old. But just for other ppl who are dealing with the same issue. I wrote a very small library which provides basic access to the Wikipedia API.

You can get it on github: https://github.com/prine/WikiApiObjectiveC

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.