how should I be able to make login and get information?
Hello?
I'm Planning to build iPhone apps that can let user to enter user id and password on the existing website to authorize to get information (let's say university student web site) ?
Looks like web site it has been built java script based and socket to send id and password.
What my plan is...
1.) Parsing HTML by source code..
Iphone textfield(DISPLAYABLE)->String datas(NON-DISPLAYABLE)->web page textfield in side in the HTML(NON-DISPLAYABLE)->send Request(NON-DISPLAYABLE)->get returned HTML code(NON-DISPLAYABLE)-> Parse the DATA(NON-DISPLAYABLE) ->DISPLAY the parsed DATA.
ANY IDEAS???
|