if the forum doesn't offer xml\json output, you need to scrape it yourself the information you need from html (pm, new post\thread, etc...).
to retrieve html, you can use http request, look ASIHTTPRequest or NSURLConnection.
To login and do actions, you will add GET or POST to your http request. For know what you need to add can be usefull a firefox extension like HttpFox.
Really is not something so simple and is also a little tricky to do....imho for a starter is quite impossible