October 28, 201312 yr 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!
Create an account or sign in to comment