callidus.7085:

So.. a while back I was working on a guild site which would pull the current members in my guild from the leaderboards (it only ever requested it once an hour at most.. if you viewed it and it had been an hour since it was last updated it would pull the data again).

Anyways what I was doing before is no longer working (creating a httprequest in java, logging in as myself and then parsing the guilds page). I’ve tried debugging but I can’t quite see what’s wrong…

Can anyone tell me what’s wrong here?

http://pastebin.com/tW5Zp3fb

This obviously isn’t my code EXACTLY, just what you’d need to figure out what’s wrong… My parsing of the page is still working correctly.. it just seems that it doesn’t actually go to the guild page and instead parses the top of the AP leaderboards.. leading me to believe either I have not successfully logged in OR not successfully navigated to the guild page.

callidus.7085:

well.. nvm.. i got it fixed.. there’s some weird stuff you need to do.. get your user_id and such and.. yea, if anyone cares I’ll post the solution but I think it’s best if everyone waits for oauth.

Still though, if you can’t wait, it’s possible as always. Probably better ways to do this too.