Jump to content

WebAssistant Reddit API


This topic is 3854 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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" )
];
 )
 
That returns ERROR.  Also tried:
 

 

Also returns ERROR.

 

 

Thanks for any advice!

 

Link to comment
Share on other sites

This topic is 3854 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.