How do I create a login on android for a PHP website I DO NOT OWN?
For example, if I want to create an app. for android that can log into a forum and you can post thing/read messages/etc.
How would I go about doing this?
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.
Does the site have an API? Are you allowed to access someone else’s website in such a manner (check the terms and conditions). Here are a few links to help explain APIs and some examples from popular open source projects:
A very very bad way of doing this is via spoofing the login, which I am not going to explain as it is that much of bad idea. Hypothetically you could try to spoof each of the commands to insert posts etc. IT is worth noting that many forum systems try to add protection against this.