Oh no, I've reached my limit of attempts... just received the message "you are doing that too much. try again in 27 minutes." So, I decided to come here and seek help.
Here is the request I am making
URL:
http://www.reddit.com/api/login/
Headers:
User-Agent: "Reddit test app"
POST DATA:
user=USERNAME&passwd=PASSWORD&api_type=json
I found that putting the parameters directly in the URL works strangely! However, I would prefer not to do this as it may pose a security risk to pass the password in the URL.
For example
http://www.reddit.com/api/login/?user=USERNAME&passwd=PASSWORD&api_type=json
Another query... how can I access /api/v1/me/
?
I've tried passing modhash as both a GET/POST parameter and also by sending "uh" as a Header, but neither method seems to be working.
Any insights into what I might be doing incorrectly? Thank you! :)