What can I use to log on to a website using my application? is there a library or something that makes communicating with websites and returning data easy?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Personally I use a post request, as you can see in my sources, function login: http://code.google.com/p/tsukiapp/source/browse/trunk/src/net/myfigurecollection/android/webservices/MFCService.java
I have to manage cookies, but it its not mandatory if you just have to validate credentials 😉