Hello,
I would like to accomplish a login to a web service "in the background" in my app. This means - the user will not be redirected to a webpage to login. The user shall only give in the username and password in the app and the rest will be done in the background. (Something like the app for facebook or itunes). How do I do that? The login site is a jsp site and they use POST to send over the parameters.
Any ideas?
Thanks in advance!
MACloop
FYI: I use OAuth and did manage to do this by opeing the login in a UIWebView in my app. The user (aka myself) could login and it worked fine.
I would like to accomplish a login to a web service "in the background" in my app. This means - the user will not be redirected to a webpage to login. The user shall only give in the username and password in the app and the rest will be done in the background. (Something like the app for facebook or itunes). How do I do that? The login site is a jsp site and they use POST to send over the parameters.
Any ideas?
Thanks in advance!
MACloop
FYI: I use OAuth and did manage to do this by opeing the login in a UIWebView in my app. The user (aka myself) could login and it worked fine.