crayfish Posted October 28, 2013 Posted October 28, 2013 Any suggestions on using Web Assistant with Reddit's API? http://www.reddit.com/dev/api#POST_api_login I've tried the following to login: Let ([ setup = WAReset & WASetInputValue( "api_type" ; "json" ) & WASetInputValue( "passwd" ; "password" ) & WASetInputValue( "rem" ; "1" ) & WASetInputValue( "user" ; "username" ) ]; WAGetURL( "http://reddit.com/api/login/username" ) ) That returns ERROR. Also tried: Let ([ setup = WAReset ]; WAGetURL( "http://www.reddit.com/api/login/username?user=username&passwd=password&api_type=json" ) ) Also returns ERROR. Thanks for any advice!
Recommended Posts
This topic is 4045 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now